summaryrefslogtreecommitdiff
path: root/.github/workflows/macos.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-08-10 19:28:07 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-08-10 19:28:10 +0900
commite43b3bb442836c8064637a7d46c05ad16a4e0115 (patch)
tree82f06f58a5f86df122644d92888b2325f5103d85 /.github/workflows/macos.yml
parent9b203959d51b597075fe8bfcc07a24845bca4876 (diff)
Skip running GitHub Actions on trunk
Diffstat (limited to '.github/workflows/macos.yml')
-rw-r--r--.github/workflows/macos.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index ad521ced49..5694730f6a 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -1,8 +1,11 @@
name: macos
on:
- - push
- - pull_request
-
+ push:
+ branches:
+ - master
+ pull_request:
+ paths:
+ - *
jobs:
macos:
name: make test-all on mac