mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-08-09 17:03:41 +08:00
Update verify (#188)
This commit is contained in:
4
.github/workflows/verify-pr.yml
vendored
4
.github/workflows/verify-pr.yml
vendored
@@ -1,7 +1,7 @@
|
||||
name: Verify PR
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
branches: [main]
|
||||
paths:
|
||||
- domain.txt
|
||||
@@ -15,7 +15,7 @@ env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
jobs:
|
||||
Check:
|
||||
verify-pr:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
Reference in New Issue
Block a user