diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2ce6b6..d3ac834 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,9 @@ name: CI on: push: + branches: [main, master] pull_request: + branches: [main, master] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: