diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0aa0354d..e38b9864b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,16 @@ name: Bugzilla Test Suite +# Controls when the action will run. Triggers the workflow on push or pull request +# events but only for the main branch on: - pull_request + push: + branches: + - main + pull_request: + branches: + - main + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: jobs: test_sanity: