Correct the pr check workflow
This commit is contained in:
parent
b0f5818a59
commit
a6c4baa1b6
1 changed files with 1 additions and 3 deletions
4
.github/workflows/pr-check.yml
vendored
4
.github/workflows/pr-check.yml
vendored
|
@ -1,8 +1,6 @@
|
|||
name: pr-check
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
on: [ pull_request ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue