Add "on: pull_request" to worflow.
This commit is contained in:
parent
9d9c73f97f
commit
04eed39ed5
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