diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1b2929f..deefc89 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,15 +4,16 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true -on: - pull_request: - branches: - - main - push: - branches: - - main - tags: - - "v*.*.*" +on: [push] +# on: +# pull_request: +# branches: +# - main +# push: +# branches: +# - main +# tags: +# - "v*.*.*" env: # Change this to invalidate existing cache.