1
0
Эх сурвалжийг харах

Update CI workflow to build fine on PRs from forks

Signed-off-by: Guillaume Tardif <[email protected]>
Guillaume Tardif 5 жил өмнө
parent
commit
127baa35f2

+ 5 - 1
.github/workflows/ci.yml

@@ -1,6 +1,10 @@
 name: Continuous integration
 
-on: [push]
+on:
+  push:
+    branches:
+      - main
+  pull_request:
 
 jobs:
   lint: