ded

Dramatic EDitor
Index Commits Files Refs README LICENSE
commit 44712c3ff857fc0fc24988d2d5f5de9bd6060ce6
parent 0cf2620d2bd992a62648ed2388070d6920aba051
Author: Alexey Kutepov <reximkut@gmail.com>
Date:   Fri,  2 Jul 2021 22:09:37 +0700

Merge pull request #6 from niyrme/ci-fix

Fix CI running all actions twice on PR
Diffstat:
M.github/workflows/ci.yml | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
@@ -1,5 +1,8 @@
 name: CI
-on: [push, pull_request]
+on:
+  pull_request:
+  push:
+    branches: [ master ]
 
 jobs:
   build-linux-gcc: