Update verify-pr.yml (#187)

This commit is contained in:
Shiming Zhang 2022-08-17 22:49:47 +08:00 committed by GitHub
parent ec213f5df8
commit cbb441395c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -1,12 +1,16 @@
name: Verify PR
on:
pull_request_target:
pull_request:
branches: [main]
paths:
- domain.txt
- mirror.txt
permissions:
issues: write
pull-requests: write
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}