summaryrefslogtreecommitdiff
path: root/.github/workflows/macos.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-12-31 22:03:07 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2019-12-31 22:03:21 -0800
commit8c9450e7b875db846b19cc631af0d7fee66db5c6 (patch)
treeb37e1845e504eb13de480d981f0dbda35908d006 /.github/workflows/macos.yml
parenteca964c24e94ceb9146bcf4c010d9abfc632637a (diff)
Remove code to prevent double build on trunk
trunk branch was deleted.
Diffstat (limited to '.github/workflows/macos.yml')
-rw-r--r--.github/workflows/macos.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 87d7a802d7..39d0391b7f 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -2,7 +2,7 @@ name: macOS
on:
push:
branches:
- - master
+ - '*'
pull_request:
branches:
- '*'