mirror of https://github.com/panjf2000/ants.git
chore: update some workflows
This commit is contained in:
parent
89ecc3ff68
commit
d3b35b8db2
|
@ -7,12 +7,22 @@ on:
|
|||
- dev
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- '.github/FUNDING.yml'
|
||||
- '.github/release-drafter.yml'
|
||||
- '.github/ISSUE_TEMPLATE/*'
|
||||
- '.github/workflows/pull-request.yml'
|
||||
- '.github/workflows/release-drafter.yml'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- dev
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- '.github/FUNDING.yml'
|
||||
- '.github/release-drafter.yml'
|
||||
- '.github/ISSUE_TEMPLATE/*'
|
||||
- '.github/workflows/pull-request.yml'
|
||||
- '.github/workflows/release-drafter.yml'
|
||||
schedule:
|
||||
# ┌───────────── minute (0 - 59)
|
||||
# │ ┌───────────── hour (0 - 23)
|
||||
|
|
|
@ -10,8 +10,9 @@ on:
|
|||
- '.github/FUNDING.yml'
|
||||
- '.github/release-drafter.yml'
|
||||
- '.github/ISSUE_TEMPLATE/*'
|
||||
- '.github/workflows/pull-request.yaml'
|
||||
- '.github/workflows/release-drafter.yaml'
|
||||
- '.github/workflows/codeql.yml'
|
||||
- '.github/workflows/pull-request.yml'
|
||||
- '.github/workflows/release-drafter.yml'
|
||||
- 'examples/*'
|
||||
pull_request:
|
||||
branches:
|
||||
|
@ -22,8 +23,9 @@ on:
|
|||
- '.github/FUNDING.yml'
|
||||
- '.github/release-drafter.yml'
|
||||
- '.github/ISSUE_TEMPLATE/*'
|
||||
- '.github/workflows/pull-request.yaml'
|
||||
- '.github/workflows/release-drafter.yaml'
|
||||
- '.github/workflows/codeql.yml'
|
||||
- '.github/workflows/pull-request.yml'
|
||||
- '.github/workflows/release-drafter.yml'
|
||||
- 'examples/*'
|
||||
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue