Avoid most workflows when only 'dist' has changed

This commit is contained in:
daz 2024-04-11 22:54:09 -06:00
parent 5eedb47e5a
commit 7d97cfadb0
No known key found for this signature in database
3 changed files with 9 additions and 1 deletions

View File

@ -5,6 +5,8 @@ on:
branches:
- 'main'
- 'release/**'
paths_ignore:
- 'dist/**'
pull_request:
permissions:

View File

@ -2,7 +2,11 @@ name: CI-codeql
on:
push:
branches: [ "main" ]
branches:
- 'main'
- 'release/**'
paths_ignore:
- 'dist/**'
schedule:
- cron: '25 23 * * 2'

View File

@ -5,6 +5,8 @@ on:
branches:
- 'main'
- 'release/**'
paths_ignore:
- 'dist/**'
pull_request:
paths:
- '.github/workflows/ci-init-script-check.yml'