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.
2 parents 95ad3b7 + 8142987 commit fcaa892Copy full SHA for fcaa892
.github/workflows/gradle-all.yml
@@ -5,7 +5,7 @@ on:
5
# but only for the non master/1.0.x branches
6
push:
7
branches-ignore:
8
- - 1.0.x
+ - 1.1.x
9
- master
10
11
jobs:
.github/workflows/gradle-main.yml
@@ -2,11 +2,11 @@ name: Main Branches Java CI
2
3
on:
4
# Trigger the workflow on push
- # but only for the master/1.0.x branch
+ # but only for the master/1.1.x branch
branches:
12
build:
0 commit comments