Skip to content

Commit

Permalink
Merge pull request #7 from fukata/fix/4-build-on-pr
Browse files Browse the repository at this point in the history
PR時にもビルドを行うように修正
  • Loading branch information
fukata authored Apr 3, 2022
2 parents d498f93 + bedc40c commit 7185a11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ on:
push:
tags-ignore:
- 'v*'
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7185a11

Please sign in to comment.