Skip to content

Commit

Permalink
Squash actions_dev workflow by tag category
Browse files Browse the repository at this point in the history
  • Loading branch information
VicDominguez committed Sep 22, 2022
1 parent c4cf3e8 commit 2647132
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
push:
branches:
- dev
tags:
- '*alpha*'
- '*beta*'
- '*rc*'
# jobs are run in parallel on different machines
# all steps run in series
jobs:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ on:
push:
branches:
- master
tags:
- 'v*'
- '!*alpha*'
- '!*beta*'
- '!*rc*'
# jobs are run in parallel on different machines
# all steps run in series
jobs:
Expand Down

0 comments on commit 2647132

Please sign in to comment.