Skip to content

Commit

Permalink
Run CI for 8.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Feb 2, 2025
1 parent 8f4d4b4 commit 12328c9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: CI
on:
push:
branches:
- main
- 8.x
pull_request:
branches:
- 8.x
workflow_dispatch:

jobs:
Expand All @@ -27,7 +29,7 @@ jobs:
publish-snapshot:
needs: build
runs-on: ubuntu-latest
if: github.repository == 'GradleUp/shadow' && github.ref == 'refs/heads/main'
if: github.repository == 'GradleUp/shadow' && github.ref == 'refs/heads/8.x'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand Down

0 comments on commit 12328c9

Please sign in to comment.