Skip to content

Commit a6b96cf

Browse files
juan-fernandeztlhunter
authored andcommitted
Only run release branches check on master PRs (#2967)
1 parent 766039a commit a6b96cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-branches-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release branches check
22

33
on:
44
pull_request:
5-
types: [opened]
5+
branches: [master]
66

77
jobs:
88
check-release-branch-v2:

0 commit comments

Comments
 (0)