We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f4d4b4 commit 12328c9Copy full SHA for 12328c9
.github/workflows/ci.yml
@@ -3,8 +3,10 @@ name: CI
3
on:
4
push:
5
branches:
6
- - main
+ - 8.x
7
pull_request:
8
+ branches:
9
10
workflow_dispatch:
11
12
jobs:
@@ -27,7 +29,7 @@ jobs:
27
29
publish-snapshot:
28
30
needs: build
31
runs-on: ubuntu-latest
- if: github.repository == 'GradleUp/shadow' && github.ref == 'refs/heads/main'
32
+ if: github.repository == 'GradleUp/shadow' && github.ref == 'refs/heads/8.x'
33
steps:
34
- uses: actions/checkout@v4
35
- uses: actions/setup-java@v4
0 commit comments