From: Dave Miller Date: Mon, 26 Aug 2024 05:16:00 +0000 (-0400) Subject: Bug 1914832: run the full test suite on main (#141) X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=138fd64ab665a2eba971a03676fa71f66c1d8d04;p=thirdparty%2Fbugzilla.git Bug 1914832: run the full test suite on main (#141) --- 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: