1.20.2 #26
@ -46,7 +46,7 @@ jobs:
|
||||
java: [ '17' ]
|
||||
os: [ ubuntu-latest ]
|
||||
runs-on: ${{ matrix.os }}
|
||||
if: gitea.ref == 'refs/heads/master'
|
||||
if: gitea.ref == 'refs/heads/master' && gitea.event_name == 'push'
|
||||
needs: build
|
||||
steps:
|
||||
- name: checkout repository
|
||||
|
Loading…
Reference in New Issue
Block a user