Skip to content

Commit

Permalink
Fix trigger in check-release-branches workflow (#11967)
Browse files Browse the repository at this point in the history
Signed-off-by: NikitaSkrynnik <nikita.skrynnik@xored.com>
  • Loading branch information
NikitaSkrynnik authored May 15, 2024
1 parent c871e1d commit 90b25a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-release-branches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: Check release branches
on:
push:
branches:
- "release/**" # We should only react to branches like "release/networkservicemesh/*/v*.*.*"
- "!release/*" # and ignore branches like "release/v*.*.*". "**" - any character, "*" - any character except "/"

Expand Down

0 comments on commit 90b25a7

Please sign in to comment.