mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-29 21:30:18 +02:00
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:
parent
9d79695512
commit
3dcac0de50
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:
|
||||
|
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
@ -23,6 +23,7 @@ on:
|
||||
# Workflows
|
||||
- ".github/codeql"
|
||||
- ".github/workflows/codeql.yml"
|
||||
- ".github/actions/setup-dependencies/"
|
||||
pull_request:
|
||||
paths:
|
||||
# File types
|
||||
@ -44,6 +45,7 @@ on:
|
||||
# Workflows
|
||||
- ".github/codeql"
|
||||
- ".github/workflows/codeql.yml"
|
||||
- ".github/actions/setup-dependencies/"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user