run workflow on master branch
This commit is contained in:
parent
9930cfd4fa
commit
a16647dd8f
1 changed files with 4 additions and 2 deletions
6
.github/workflows/build_lint_test.yaml
vendored
6
.github/workflows/build_lint_test.yaml
vendored
|
|
@ -1,7 +1,9 @@
|
|||
name: ytld-sub build, lint, test
|
||||
|
||||
on: [pull_request]
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue