Skip to content

Commit

Permalink
make ci work for semver-ish branch names (#1131)
Browse files Browse the repository at this point in the history
Signed-off-by: Kent <[email protected]>
  • Loading branch information
krancour authored Nov 16, 2023
1 parent 5565571 commit d11cd1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ on:
pull_request:
branches:
- main
- v*.x
- v*.*.x
push:
branches:
- main
- v*.x
- v*.*.x

jobs:

Expand Down

0 comments on commit d11cd1a

Please sign in to comment.