Update on of ci (#185)
This commit is contained in:
parent
2ed6f26cf0
commit
ec213f5df8
|
@ -1,8 +1,11 @@
|
||||||
name: Verify PR
|
name: Verify PR
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request_target:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
paths:
|
||||||
|
- domain.txt
|
||||||
|
- mirror.txt
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Reference in New Issue