diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b483680..cb1c1af 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,9 +6,7 @@ name: CI on: # Triggers the workflow on push or pull request events but only for the "main" branch push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] + branches: [ "*" ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: