Skip to content

Commit 3df0ea5

Browse files
committed
Revert "Run CI for 8.x branch"
This reverts commit 12328c9.
1 parent 1332a99 commit 3df0ea5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ name: CI
33
on:
44
push:
55
branches:
6-
- 8.x
6+
- main
77
pull_request:
8-
branches:
9-
- 8.x
108
workflow_dispatch:
119

1210
jobs:
@@ -29,7 +27,7 @@ jobs:
2927
publish-snapshot:
3028
needs: build
3129
runs-on: ubuntu-latest
32-
if: github.repository == 'GradleUp/shadow' && github.ref == 'refs/heads/8.x'
30+
if: github.repository == 'GradleUp/shadow' && github.ref == 'refs/heads/main'
3331
steps:
3432
- uses: actions/checkout@v4
3533
- uses: actions/setup-java@v4

0 commit comments

Comments
 (0)