Przeglądaj źródła

Run push test only on master

Kentaro Wada 5 lat temu
rodzic
commit
5698ac0719
1 zmienionych plików z 5 dodań i 1 usunięć
  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: