chore: update some workflows

This commit is contained in:
Andy Pan 2023-06-30 21:22:06 +08:00
parent 89ecc3ff68
commit d3b35b8db2
3 changed files with 16 additions and 4 deletions

View File

@ -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)

View File

@ -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: