diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1ba4361..bf39a41 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,11 @@ name: CI -on: [push, pull_request] +on: + push: + # This should disable running the workflow on tags + branches: + - "**" + pull_request: jobs: build: