Skip to content

Commit 5e1584e

Browse files
authored
Filter push GH Actions run to version and master branches (#2947)
1 parent 9ec0b19 commit 5e1584e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: Gradle Build
2-
on: [push, pull_request, merge_group]
2+
on:
3+
push:
4+
branches:
5+
- 'master'
6+
- 'version/*'
7+
pull_request:
8+
merge_group:
39

410
jobs:
511
build:

0 commit comments

Comments
 (0)