mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-09-14 11:42:22 +08:00
Only run main workflows when relevant files change
This commit is contained in:
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:
|
||||
|
Reference in New Issue
Block a user