diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1d4a30..30d1394 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,11 +2,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 ] + [push] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: