Update .gitea/workflows/ci.yml
Some checks failed
Some checks failed
This commit is contained in:
parent
c3ee389d55
commit
6276ba58d7
@ -46,7 +46,7 @@ jobs:
|
|||||||
java: [ '17' ]
|
java: [ '17' ]
|
||||||
os: [ ubuntu-latest ]
|
os: [ ubuntu-latest ]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
if: gitea.ref == 'refs/heads/master'
|
if: gitea.ref == 'refs/heads/master' && gitea.event_name == 'push'
|
||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
- name: checkout repository
|
- name: checkout repository
|
||||||
|
Loading…
Reference in New Issue
Block a user