ci: trigger on prs
This commit is contained in:
parent
00a797fd09
commit
f3168cea0f
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
pull_request:
|
||||||
|
types: [opened, synchronize, reopened]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue