Update .gitea/workflows/ci.yml
Some checks failed
Test and Deploy / build (17, ubuntu-latest) (push) Successful in 4m46s
Test and Deploy / deploy (17, ubuntu-latest) (push) Has been skipped
/ build (17, ubuntu-latest) (pull_request) Successful in 6m21s
/ deploy (17, ubuntu-latest) (pull_request) Has been cancelled

This commit is contained in:
Quentin Legot 2024-01-06 22:28:57 +01:00
parent 6276ba58d7
commit 4731cc5698

View File

@ -46,7 +46,7 @@ jobs:
java: [ '17' ]
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
if: gitea.ref == 'refs/heads/master' && gitea.event_name == 'push'
if: ${{ gitea.ref == 'refs/heads/master' && gitea.event_name == 'push' }}
needs: build
steps:
- name: checkout repository