mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 17:52:29 +08:00
[CI] Change PR workflow for v2
This commit is contained in:
parent
cacbf030d6
commit
471a50cd04
5
.github/workflows/pr.yml
vendored
5
.github/workflows/pr.yml
vendored
@ -2,9 +2,12 @@ name: PR Checks
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
pull_request_review:
|
pull_request_review:
|
||||||
types: [submitted]
|
types: [submitted]
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
jobs:
|
jobs:
|
||||||
check_docs:
|
check_docs:
|
||||||
name: Check Docs
|
name: Check Docs
|
||||||
|
Loading…
Reference in New Issue
Block a user