]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
only run tests against the primary branch
authorDylan Hardison <dylan@hardison.net>
Sun, 23 Aug 2020 19:47:39 +0000 (15:47 -0400)
committerDylan Hardison <dylan@hardison.net>
Sun, 23 Aug 2020 19:47:39 +0000 (15:47 -0400)
.github/workflows/release.yml

index 0e0c0e5db04e44b092015bf1aff89e137bcf5732..d7c1f5879142e3938495e09571ad7dd209b5392a 100644 (file)
@@ -6,9 +6,9 @@ name: Release Tests
 # events but only for the master branch
 on:
   push:
-    branches: [ master, devel ]
+    branches: [ master ]
   pull_request:
-    branches: [ master, devel ]
+    branches: [ master ]
 
 # A workflow run is made up of one or more jobs that can run sequentially or in parallel
 jobs: