Kaynağa Gözat

Merge pull request #684 from gtardif/ci_fork_prs

Update CI workflow to build fine on PRs from forks
Nicolas De loof 5 yıl önce
ebeveyn
işleme
0d2e9518a5
1 değiştirilmiş dosya ile 5 ekleme ve 1 silme
  1. 5 1
      .github/workflows/ci.yml

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

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