diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-11-21 11:43:46 +0100 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-11-21 11:43:46 +0100 |
commit | c1b3a3adb4be8b31c23ded08f51a477bfc36d9a3 (patch) | |
tree | b492caba513e78569465a6047c5371a4d96ad885 /.github/workflows/trigger_builds.yml | |
parent | 70a11935a85325f0cf896eb301bbc342a6d3e3c8 (diff) | |
download | PrismLauncher-c1b3a3adb4be8b31c23ded08f51a477bfc36d9a3.tar.gz PrismLauncher-c1b3a3adb4be8b31c23ded08f51a477bfc36d9a3.tar.bz2 PrismLauncher-c1b3a3adb4be8b31c23ded08f51a477bfc36d9a3.zip |
fix(actions): don't ignore nix files
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to '.github/workflows/trigger_builds.yml')
-rw-r--r-- | .github/workflows/trigger_builds.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/trigger_builds.yml b/.github/workflows/trigger_builds.yml index cf299744..a08193a0 100644 --- a/.github/workflows/trigger_builds.yml +++ b/.github/workflows/trigger_builds.yml @@ -8,7 +8,6 @@ on: - '**.md' - '**/LICENSE' - 'flake.lock' - - '**.nix' - 'packages/**' - '.github/ISSUE_TEMPLATE/**' - '.markdownlint**' @@ -17,7 +16,6 @@ on: - '**.md' - '**/LICENSE' - 'flake.lock' - - '**.nix' - 'packages/**' - '.github/ISSUE_TEMPLATE/**' - '.markdownlint**' |