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