mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-12-21 01:49:04 +08:00
Only run main workflows when relevant files change
This commit is contained in:
parent
c13dc6c789
commit
992ccebeea
3
.github/workflows/ci-full-check.yml
vendored
3
.github/workflows/ci-full-check.yml
vendored
@ -8,6 +8,9 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- '.github/workflows/**'
|
||||
- 'dist/**'
|
||||
|
||||
jobs:
|
||||
action-inputs:
|
||||
|
3
.github/workflows/ci-verify-outputs.yml
vendored
3
.github/workflows/ci-verify-outputs.yml
vendored
@ -8,6 +8,9 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- '.github/workflows/**'
|
||||
- 'dist/**'
|
||||
|
||||
jobs:
|
||||
check:
|
||||
|
Loading…
Reference in New Issue
Block a user