push 時に build
Closed this issue · 0 comments
technote-space commented
pr では master で build されないため build status がとれない
If you intend to use the pull_request event to trigger CI tests, we recommend that you set up your workflow configuration to listen to the push event.
on:
push:
branches:
- "*"
tags:
- "!*"