1.20.2 #26

Merged
quentinlegot merged 8 commits from dev into master 2024-01-06 22:50:29 +01:00
Showing only changes of commit 4731cc5698 - Show all commits

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