diff options
author | txtsd <thexerothermicsclerodermoid@gmail.com> | 2022-03-25 23:17:14 +0530 |
---|---|---|
committer | txtsd <thexerothermicsclerodermoid@gmail.com> | 2022-03-25 23:17:14 +0530 |
commit | 0d46ea5c71a7c1cb06fc36a530a4036ed997feb2 (patch) | |
tree | 79209de50782f223ed47dd5a1d9a77c9b18ca37f /.github/workflows | |
parent | 92f3154e8f7c1421541a00ae7cf57f188cfe46a5 (diff) | |
download | PrismLauncher-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.yml | 4 |
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: |