Update on of ci (#185)

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

View File

@ -1,8 +1,11 @@
name: Verify PR
on:
pull_request:
pull_request_target:
branches: [main]
paths:
- domain.txt
- mirror.txt
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}