ci: run workflows on local action changes
Helps ensure they still actually work when changes are made Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -24,6 +24,8 @@ on:
|
||||
|
||||
# Workflows
|
||||
- ".github/workflows/build.yml"
|
||||
- ".github/actions/package/"
|
||||
- ".github/actions/setup-dependencies/"
|
||||
pull_request:
|
||||
paths:
|
||||
# File types
|
||||
@@ -44,6 +46,8 @@ on:
|
||||
|
||||
# Workflows
|
||||
- ".github/workflows/build.yml"
|
||||
- ".github/actions/package/"
|
||||
- ".github/actions/setup-dependencies/"
|
||||
workflow_call:
|
||||
inputs:
|
||||
build-type:
|
||||
|
||||
Reference in New Issue
Block a user