Skip to content

Commit 9bfe90d

Browse files
committed
ci: run CI workflow on any submitted pull request
1 parent 815a39b commit 9bfe90d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,8 @@ name: "CI"
1717
on:
1818
push:
1919
branches:
20-
- '[4-9]+.[0-9]+.x'
21-
- '[3-9]+.[3-9]+.x'
20+
- '[0-9]+.[0-9]+.x'
2221
pull_request:
23-
branches:
24-
- '[4-9]+.[0-9]+.x'
25-
- '[3-9]+.[3-9]+.x'
2622
workflow_dispatch:
2723
# queue jobs and only allow 1 run per branch due to the likelihood of hitting GitHub resource limits
2824
concurrency:

0 commit comments

Comments
 (0)