]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
No bug: Run tests on main instead of master. CI breakfix
authorDave Miller <justdave@mozilla.com>
Mon, 15 Mar 2021 03:13:13 +0000 (23:13 -0400)
committerDave Miller <justdave@mozilla.com>
Mon, 15 Mar 2021 03:13:13 +0000 (23:13 -0400)
.github/workflows/release.yml

index d7c1f5879142e3938495e09571ad7dd209b5392a..f4f8e5178364db6147b808ad32ffdd82d994c2c6 100644 (file)
@@ -3,12 +3,12 @@
 name: Release Tests
 
 # Controls when the action will run. Triggers the workflow on push or pull request
-# events but only for the master branch
+# events but only for the main branch
 on:
   push:
-    branches: [ master ]
+    branches: [ main ]
   pull_request:
-    branches: [ master ]
+    branches: [ main ]
 
 # A workflow run is made up of one or more jobs that can run sequentially or in parallel
 jobs: