Browse Source

Merge pull request #6 from niyrme/ci-fix

Fix CI running all actions twice on PR
Alexey Kutepov 4 years ago
parent
commit
44712c3ff8
1 changed files with 4 additions and 1 deletions
  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: