From 138fd64ab665a2eba971a03676fa71f66c1d8d04 Mon Sep 17 00:00:00 2001 From: Dave Miller Date: Mon, 26 Aug 2024 01:16:00 -0400 Subject: [PATCH] Bug 1914832: run the full test suite on main (#141) --- .github/workflows/ci.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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: