Skip to content

Commit

Permalink
Update branch patterns to trigger CI on
Browse files Browse the repository at this point in the history
Signed-off-by: Vui Lam <[email protected]>
  • Loading branch information
vuil committed Oct 16, 2023
1 parent add8ec2 commit 3a45252
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compatibility_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches: [main, release-*]
push:
branches: [main, release-*]
branches: [main, test*, release-*]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Main

on:
pull_request:
branches: [ main, docs* ]
branches: [ main, release-* ]
push:
branches: [ main, test*, docs* ]
branches: [ main, test*, release-* ]

jobs:

Expand Down

0 comments on commit 3a45252

Please sign in to comment.