Skip to content

Commit

Permalink
Fix pattern in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
Gal Topper committed Sep 19, 2023
1 parent baf042a commit ad4c628
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
pull_request_target:
branches:
- development
- 'v[0-9]+.[0-9]+.x'
- 'integ_[0-9]+\.[0-9]+'

jobs:
test-go:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:
push:
branches:
- development
- 'integ_[0-9]+\.[0-9]+'

jobs:
test-go:
Expand Down

0 comments on commit ad4c628

Please sign in to comment.