Update verify (#188)

This commit is contained in:
Shiming Zhang 2022-08-17 23:01:50 +08:00 committed by GitHub
parent cbb441395c
commit 66b2158ee5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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