Added builder, DataTracker and KeyValue #16

Manually merged
quentinlegot merged 40 commits from dev into master 2023-06-13 22:15:40 +02:00
Showing only changes of commit 25e65e0a98 - Show all commits

View File

@ -37,7 +37,7 @@ jobs:
# run: ./gradlew test --no-daemon
deploy:
runs-on: ubuntu-latest
if: gitea.ref == 'refs/heads/master'
if: ${{ gitea.ref }} == 'refs/heads/master'
steps:
- name: deploy
uses: actions/upload-artifact@v3