Skip to content

Commit

Permalink
Github: proper workflow handling for tags (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
skotopes authored Aug 19, 2021
1 parent 227ef47 commit 54278b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- dev
- "release*"
tags:
- '*'
pull_request:

env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint_c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- dev
- "release*"
tags:
- '*'
pull_request:

env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- dev
- "release*"
tags:
- '*'
pull_request:

jobs:
Expand Down

0 comments on commit 54278b9

Please sign in to comment.