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

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