Commit 779674aaca

Loris Cro <kappaloris@gmail.com>
2022-11-23 03:00:39
ci: only run CI on pull requests and master branch pushes
To get the CI to run on branches other than master, create a corresponding PR.
1 parent 60242d6
Changed files (1)
.github
workflows
.github/workflows/ci.yaml
@@ -1,5 +1,9 @@
 name: ci
-on: [push, pull_request]
+on:
+  pull_request:
+  push:
+    branches: 
+      - master
 jobs:
   x86_64-linux-debug:
     outputs: