Browse Source

Run push test only on master

Kentaro Wada 5 năm trước cách đây
mục cha
commit
5698ac0719
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  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: