diff options
author | timoreo <contact@timoreo.fr> | 2022-08-11 07:33:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-11 07:33:04 +0200 |
commit | 6bff7751d09005b11ef9a4abfa7bd8b15430bca5 (patch) | |
tree | 6523dd435bc9d2398fb40cde43aa4cb0b9d36e90 /.github | |
parent | 1a5986abe0d9c8e483eaa5f8ee5e8c306478370f (diff) | |
parent | fa8df286d96f5f046e64e1bc9c9605a29d5552e1 (diff) | |
download | PrismLauncher-6bff7751d09005b11ef9a4abfa7bd8b15430bca5.tar.gz PrismLauncher-6bff7751d09005b11ef9a4abfa7bd8b15430bca5.tar.bz2 PrismLauncher-6bff7751d09005b11ef9a4abfa7bd8b15430bca5.zip |
Merge pull request #909 from txtsd/markdownlint
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/trigger_builds.yml | 2 |
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: |