Add "on: pull_request" to worflow. (#59)
This commit is contained in:
parent
5b690ff2ff
commit
d025ea1616
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-short.yml
vendored
4
.github/workflows/build-short.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
name: 'Build and Test Hub'
|
||||
|
||||
on:
|
||||
push:
|
||||
on: ["push", "pull_request"]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue