summaryrefslogtreecommitdiff
path: root/.github/workflows/macos.yml
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-10-10 16:11:52 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-10-10 16:11:52 +0900
commitc46aacd2161289b3cea1b3bc0230162b0b133de0 (patch)
treeb9368e968ef349f11bb9135a9ed5e891006f4758 /.github/workflows/macos.yml
parentd72f90b16c773386ab2c7bfff7f898a64efddaa8 (diff)
downloadpsych-c46aacd2161289b3cea1b3bc0230162b0b133de0.zip
Add `pull_request` to `on:`
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 e161bdd..7d20478 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -1,6 +1,6 @@
name: macos
-on: [push]
+on: [push, pull_request]
jobs:
build: