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'
|
name: 'Build and Test Hub'
|
||||||
|
|
||||||
on:
|
on: ["push", "pull_request"]
|
||||||
push:
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue