rebase dev to pagination #9

Merged
quentinlegot merged 17 commits from dev into pagination 2023-03-21 09:38:15 +01:00
Showing only changes of commit bd89b4cd72 - Show all commits

View File

@ -32,7 +32,7 @@ jobs:
- name: test - name: test
run: ./gradlew test --no-daemon run: ./gradlew test --no-daemon
deploy: deploy:
runs-on: ${{ ubuntu-22.04 }} runs-on: ${{ ubuntu-latest }}
if: gitea.ref == 'refs/heads/master' if: gitea.ref == 'refs/heads/master'
steps: steps:
- name: deploy - name: deploy