Skip to content

Commit 12328c9

Browse files
committed
Run CI for 8.x branch
1 parent 8f4d4b4 commit 12328c9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ name: CI
33
on:
44
push:
55
branches:
6-
- main
6+
- 8.x
77
pull_request:
8+
branches:
9+
- 8.x
810
workflow_dispatch:
911

1012
jobs:
@@ -27,7 +29,7 @@ jobs:
2729
publish-snapshot:
2830
needs: build
2931
runs-on: ubuntu-latest
30-
if: github.repository == 'GradleUp/shadow' && github.ref == 'refs/heads/main'
32+
if: github.repository == 'GradleUp/shadow' && github.ref == 'refs/heads/8.x'
3133
steps:
3234
- uses: actions/checkout@v4
3335
- uses: actions/setup-java@v4

0 commit comments

Comments
 (0)