Skip to content

Commit

Permalink
fix auto-generate-pac bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyi7 committed Oct 17, 2024
1 parent fcd1ce1 commit bc33e69
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/auto-generate-pac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ on:
schedule:
- cron: '10 0 * * 4'
push:
paths-ignore:
- 'README.md'
- 'LICENSE'
- 'gfw.pac'
- '.gitignore'
- '.github/**'
paths:
- 'gfw-pac.py'
- 'pac-template'
- 'local-tlds.txt'
- 'direct-domains.txt'
- 'proxy-domains.txt'
- 'cidrs-cn.txt'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit bc33e69

Please sign in to comment.