diff --git a/.forgejo/workflows/publish-artifact.yml b/.forgejo/workflows/publish-artifact.yml index 8423916..f8fa8f9 100644 --- a/.forgejo/workflows/publish-artifact.yml +++ b/.forgejo/workflows/publish-artifact.yml @@ -1,15 +1,17 @@ +name: "Build and Deploy artifact" on: push: - branches: [master] + branches: [master,main] jobs: build: runs-on: docker container: - image: "git.lab0x13.site/scrow/bazel-java:0.5" + image: "git.lab0x13.site/scrow/bazel-java:0.6" steps: - uses: actions/checkout@v7 - id: build run: | bazel build //bukkit:bukkit.publish //core:core.publish //velocity:velocity.publish \ - --remote_cache='https://${{ secrets.CACHE_USERNAME }}:${{ secrets.CACHE_PASSWORD }}@cache.lab0x13.site' --remote_upload_local_results \ No newline at end of file + --remote_cache='https://${{ secrets.CACHE_USERNAME }}:${{ secrets.CACHE_PASSWORD }}@cache.lab0x13.site' \ + --remote_upload_local_results \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 6fbbbcb..06bcfd9 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -40,12 +40,9 @@ - - - - + + - \ No newline at end of file