mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
Only run workflows when relevant files change
This commit is contained in:
@@ -4,6 +4,9 @@ on:
|
||||
pull_request:
|
||||
types: [assigned, review_requested]
|
||||
push:
|
||||
paths:
|
||||
- '.github/workflows/**'
|
||||
- 'dist/**'
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
|
||||
Reference in New Issue
Block a user