diff options
| author | wabilin <[email protected]> | 2021-12-25 20:54:00 +0900 |
|---|---|---|
| committer | wabilin <[email protected]> | 2021-12-25 20:54:00 +0900 |
| commit | 55e16142ed2237b5457fd486e3174b32069f82c5 (patch) | |
| tree | 94d3640ecfc7e8df84ce49c5c80fbd0160984901 /.github | |
| parent | fix: add npm-shrinkwrap.json in release (diff) | |
| download | holo-schedule-55e16142ed2237b5457fd486e3174b32069f82c5.tar.xz holo-schedule-55e16142ed2237b5457fd486e3174b32069f82c5.zip | |
chore(ci): change build triggers
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 8 |
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: |