Browse Source

Run push test only on master

Kentaro Wada 5 years ago
parent
commit
5698ac0719
1 changed files with 5 additions and 1 deletions
  1. 5 1
      .github/workflows/main.yml

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

@@ -1,6 +1,10 @@
 name: CI
 
-on: [push, pull_request]
+on:
+  push:
+    branches:
+      - master
+  pull_request:
 
 jobs:
   build: