]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1914832: run the full test suite on main (#141)
authorDave Miller <justdave@bugzilla.org>
Mon, 26 Aug 2024 05:16:00 +0000 (01:16 -0400)
committerGitHub <noreply@github.com>
Mon, 26 Aug 2024 05:16:00 +0000 (01:16 -0400)
.github/workflows/ci.yml

index c0aa0354d8a4f1fc5f4a30fc787f6f8a228fee66..e38b9864b4e6e7dc2f4314be384a65d2d73d6204 100644 (file)
@@ -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: