aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authortxtsd <thexerothermicsclerodermoid@gmail.com>2022-07-13 01:09:56 +0530
committertxtsd <thexerothermicsclerodermoid@gmail.com>2022-08-06 13:00:57 +0530
commitfa8df286d96f5f046e64e1bc9c9605a29d5552e1 (patch)
treefd3c5ae90af78d4083c18bfc0319785dfd4e3bc0 /.github
parent76aa0c434a27be1865144bada7ba74f3d6d5e9de (diff)
downloadPrismLauncher-fa8df286d96f5f046e64e1bc9c9605a29d5552e1.tar.gz
PrismLauncher-fa8df286d96f5f046e64e1bc9c9605a29d5552e1.tar.bz2
PrismLauncher-fa8df286d96f5f046e64e1bc9c9605a29d5552e1.zip
chore(ci): Add markdownlint config to ignored paths
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/trigger_builds.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/trigger_builds.yml b/.github/workflows/trigger_builds.yml
index ee9eb4ea..55b4fdd4 100644
--- a/.github/workflows/trigger_builds.yml
+++ b/.github/workflows/trigger_builds.yml
@@ -11,6 +11,7 @@ on:
- '**.nix'
- 'packages/**'
- '.github/ISSUE_TEMPLATE/**'
+ - '.markdownlint**'
pull_request:
paths-ignore:
- '**.md'
@@ -19,6 +20,7 @@ on:
- '**.nix'
- 'packages/**'
- '.github/ISSUE_TEMPLATE/**'
+ - '.markdownlint**'
workflow_dispatch:
jobs: