Skip to content

Commit

Permalink
define workflow tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoizame committed Apr 10, 2021
1 parent 843183f commit c1c1848
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-bc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- bc
tags:
- '*'
- '**-bc**'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-classic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- classic
tags:
- '*'
- '**-classic**'

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- master
tags:
- '*'
- '!**-bc**'
- '!**-classic**'

jobs:
build:
Expand Down

0 comments on commit c1c1848

Please sign in to comment.