We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 815a39b commit 9bfe90dCopy full SHA for 9bfe90d
.github/workflows/gradle.yml
@@ -17,12 +17,8 @@ name: "CI"
17
on:
18
push:
19
branches:
20
- - '[4-9]+.[0-9]+.x'
21
- - '[3-9]+.[3-9]+.x'
+ - '[0-9]+.[0-9]+.x'
22
pull_request:
23
- branches:
24
25
26
workflow_dispatch:
27
# queue jobs and only allow 1 run per branch due to the likelihood of hitting GitHub resource limits
28
concurrency:
0 commit comments