This commit is contained in:
neilpang 2021-06-20 16:57:58 +08:00
parent 0e9f09e582
commit 79fac4466e
3 changed files with 9 additions and 18 deletions

View File

@ -4,20 +4,15 @@ on:
branches:
- '*'
paths:
- '**.sh'
- '*.sh'
- '**.yml'
- '!dnsapi/**'
- '!deploy/**'
- '!notify/**'
pull_request:
branches:
- dev
paths:
- '**.sh'
- '*.sh'
- '**.yml'
- '!dnsapi/**'
- '!deploy/**'
- '!notify/**'
jobs:

View File

@ -4,20 +4,16 @@ on:
branches:
- '*'
paths:
- '**.sh'
- '*.sh'
- '**.yml'
- '!dnsapi/**'
- '!deploy/**'
- '!notify/**'
pull_request:
branches:
- dev
paths:
- '**.sh'
- '*.sh'
- '**.yml'
- '!dnsapi/**'
- '!deploy/**'
- '!notify/**'
jobs:

View File

@ -4,13 +4,13 @@ on:
branches:
- '*'
paths:
- '**.sh'
- '*.sh'
- '**.yml'
pull_request:
branches:
- dev
paths:
- '**.sh'
- '*.sh'
- '**.yml'
jobs: