diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 12acb84..78f2411 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -4,9 +4,11 @@ permissions: contents: write on: - schedule: - - cron: "0 0 * * *" - workflow_dispatch: + push: + paths: + - "VERSION" + branches: + - main jobs: build: