aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authortxtsd <thexerothermicsclerodermoid@gmail.com>2022-03-25 23:17:14 +0530
committertxtsd <thexerothermicsclerodermoid@gmail.com>2022-03-25 23:17:14 +0530
commit0d46ea5c71a7c1cb06fc36a530a4036ed997feb2 (patch)
tree79209de50782f223ed47dd5a1d9a77c9b18ca37f /.github/workflows
parent92f3154e8f7c1421541a00ae7cf57f188cfe46a5 (diff)
downloadPrismLauncher-0d46ea5c71a7c1cb06fc36a530a4036ed997feb2.tar.gz
PrismLauncher-0d46ea5c71a7c1cb06fc36a530a4036ed997feb2.tar.bz2
PrismLauncher-0d46ea5c71a7c1cb06fc36a530a4036ed997feb2.zip
chore: Ignore more paths
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/trigger_builds.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/trigger_builds.yml b/.github/workflows/trigger_builds.yml
index 1561b9d6..7cf10b1a 100644
--- a/.github/workflows/trigger_builds.yml
+++ b/.github/workflows/trigger_builds.yml
@@ -9,12 +9,16 @@ on:
- '**/LICENSE'
- 'flake.lock'
- '**.nix'
+ - 'packages/**'
+ - '.github/ISSUE_TEMPLATE/**'
pull_request:
paths-ignore:
- '**.md'
- '**/LICENSE'
- 'flake.lock'
- '**.nix'
+ - 'packages/**'
+ - '.github/ISSUE_TEMPLATE/**'
workflow_dispatch:
jobs: