diff options
author | Santiago Cézar <48573316+santiagocezar@users.noreply.github.com> | 2022-11-27 16:28:42 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-27 16:28:42 -0300 |
commit | e6244c937a8c7cbed633b9ec065be5217b178a41 (patch) | |
tree | e482f81853a674e8da983fd291b4b22fb9f16d0e /.github/workflows/trigger_builds.yml | |
parent | 3cbf8d4993b8c336feb65e6371b777ab0d7865ec (diff) | |
parent | cc92e1b0b6293a5c198b34554e68440a82e6074c (diff) | |
download | PrismLauncher-e6244c937a8c7cbed633b9ec065be5217b178a41.tar.gz PrismLauncher-e6244c937a8c7cbed633b9ec065be5217b178a41.tar.bz2 PrismLauncher-e6244c937a8c7cbed633b9ec065be5217b178a41.zip |
Merge branch 'develop' into new-icons
Signed-off-by: Santiago Cézar <48573316+santiagocezar@users.noreply.github.com>
Diffstat (limited to '.github/workflows/trigger_builds.yml')
-rw-r--r-- | .github/workflows/trigger_builds.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/trigger_builds.yml b/.github/workflows/trigger_builds.yml index 44751fbc..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**' @@ -33,3 +31,4 @@ jobs: is_qt_cached: true secrets: SPARKLE_ED25519_KEY: ${{ secrets.SPARKLE_ED25519_KEY }} + CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }} |