Skip to content

Commit

Permalink
Fixed workflow branch version checking
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlegiantJGC committed Apr 27, 2022
1 parent 2308f52 commit be056f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/python-stylecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
branches:
- master
- main
- '*([0-9]).*([0-9])'
- '[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+'
pull_request:

jobs:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/python-unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
branches:
- master
- main
- '*([0-9]).*([0-9])'
- '[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+'
pull_request:

jobs:
Expand Down

0 comments on commit be056f3

Please sign in to comment.