run on push
This commit is contained in:
parent
a16647dd8f
commit
1e2cf14cdf
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build_lint_test.yaml
vendored
3
.github/workflows/build_lint_test.yaml
vendored
|
|
@ -4,6 +4,9 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue