aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorwabilin <[email protected]>2021-12-25 20:54:00 +0900
committerwabilin <[email protected]>2021-12-25 20:54:00 +0900
commit55e16142ed2237b5457fd486e3174b32069f82c5 (patch)
tree94d3640ecfc7e8df84ce49c5c80fbd0160984901 /.github
parentfix: add npm-shrinkwrap.json in release (diff)
downloadholo-schedule-55e16142ed2237b5457fd486e3174b32069f82c5.tar.xz
holo-schedule-55e16142ed2237b5457fd486e3174b32069f82c5.zip
chore(ci): change build triggers
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0059787..28e7265 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -1,6 +1,12 @@
name: Build
-on: [push, pull_request]
+on:
+ push:
+ branches:
+ - master
+ pull_request:
+ branches:
+ - master
jobs:
build: