File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727 publish-snapshot :
2828 needs : build
2929 runs-on : ubuntu-latest
30- if : github.repository == 'GradleUp/shadow' && github.ref == 'refs/heads/main'
30+ if : github.event. repository.fork == false && github.ref == 'refs/heads/main'
3131 steps :
3232 - uses : actions/checkout@v4
3333 - uses : actions/setup-java@v4
Original file line number Diff line number Diff line change 66jobs :
77 deploy :
88 runs-on : ubuntu-latest
9- if : github.repository == 'GradleUp/shadow'
9+ if : github.event. repository.fork == false
1010 environment :
1111 name : github-pages
1212 permissions :
Original file line number Diff line number Diff line change 88jobs :
99 release :
1010 runs-on : ubuntu-latest
11- if : github.repository == 'GradleUp/shadow'
11+ if : github.event. repository.fork == false
1212 environment :
1313 name : github-pages
1414 permissions :
You can’t perform that action at this time.
0 commit comments