mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
Avoid most workflows when only 'dist' has changed
This commit is contained in:
6
.github/workflows/ci-codeql.yml
vendored
6
.github/workflows/ci-codeql.yml
vendored
@@ -2,7 +2,11 @@ name: CI-codeql
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
branches:
|
||||
- 'main'
|
||||
- 'release/**'
|
||||
paths_ignore:
|
||||
- 'dist/**'
|
||||
schedule:
|
||||
- cron: '25 23 * * 2'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user