Browse Source

Merge pull request #6 from niyrme/ci-fix

Fix CI running all actions twice on PR
Alexey Kutepov 4 năm trước cách đây
mục cha
commit
44712c3ff8
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  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: