ソースを参照

Merge pull request #6 from niyrme/ci-fix

Fix CI running all actions twice on PR
Alexey Kutepov 4 年 前
コミット
44712c3ff8
1 ファイル変更4 行追加1 行削除
  1. 4 1
      .github/workflows/ci.yml

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

@@ -1,5 +1,8 @@
 name: CI
-on: [push, pull_request]
+on:
+  pull_request:
+  push:
+    branches: [ master ]
 
 jobs:
   build-linux-gcc: