Skip to content

Commit

Permalink
- to revert
Browse files Browse the repository at this point in the history
  • Loading branch information
tabakopavel committed Jul 20, 2023
1 parent a7930ee commit 96a9d6c
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
name: Release to dev
on:
push:
pull_request:
branches:
- 'dev'
workflow_dispatch:
- dev
- master
- 'feature/**'
- 'release/**'
- 'hotfix/**'
types:
- opened
- synchronize
- edited

env:
PROFILE: release
Expand Down

0 comments on commit 96a9d6c

Please sign in to comment.