Commit 79fac446 authored by neilpang's avatar neilpang
Browse files

minor

parent 0e9f09e5
...@@ -4,20 +4,15 @@ on: ...@@ -4,20 +4,15 @@ on:
branches: branches:
- '*' - '*'
paths: paths:
- '**.sh' - '*.sh'
- '**.yml' - '**.yml'
- '!dnsapi/**'
- '!deploy/**'
- '!notify/**'
pull_request: pull_request:
branches: branches:
- dev - dev
paths: paths:
- '**.sh' - '*.sh'
- '**.yml' - '**.yml'
- '!dnsapi/**'
- '!deploy/**'
- '!notify/**'
jobs: jobs:
......
...@@ -4,20 +4,16 @@ on: ...@@ -4,20 +4,16 @@ on:
branches: branches:
- '*' - '*'
paths: paths:
- '**.sh' - '*.sh'
- '**.yml' - '**.yml'
- '!dnsapi/**'
- '!deploy/**'
- '!notify/**'
pull_request: pull_request:
branches: branches:
- dev - dev
paths: paths:
- '**.sh' - '*.sh'
- '**.yml' - '**.yml'
- '!dnsapi/**'
- '!deploy/**'
- '!notify/**'
jobs: jobs:
......
...@@ -4,13 +4,13 @@ on: ...@@ -4,13 +4,13 @@ on:
branches: branches:
- '*' - '*'
paths: paths:
- '**.sh' - '*.sh'
- '**.yml' - '**.yml'
pull_request: pull_request:
branches: branches:
- dev - dev
paths: paths:
- '**.sh' - '*.sh'
- '**.yml' - '**.yml'
jobs: jobs:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment