diff options
author | dada513 <dada513@protonmail.com> | 2022-03-28 20:55:06 +0200 |
---|---|---|
committer | dada513 <dada513@protonmail.com> | 2022-03-28 20:55:06 +0200 |
commit | 341eb16a4c0571cc66068c0bdd85d8d8955869b7 (patch) | |
tree | a2214b34b0b6a49add241d044aaeda5151396733 /.github/workflows/trigger_builds.yml | |
parent | 3a7eeff135f92c807fdc066cb06d835f295b66d3 (diff) | |
parent | 87cf38a3770dd7f55fbae79ca3a4958155289af7 (diff) | |
download | PrismLauncher-341eb16a4c0571cc66068c0bdd85d8d8955869b7.tar.gz PrismLauncher-341eb16a4c0571cc66068c0bdd85d8d8955869b7.tar.bz2 PrismLauncher-341eb16a4c0571cc66068c0bdd85d8d8955869b7.zip |
Merge branch 'develop' of https://github.com/PolyMC/PolyMC into flatpak_properly
Diffstat (limited to '.github/workflows/trigger_builds.yml')
-rw-r--r-- | .github/workflows/trigger_builds.yml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/.github/workflows/trigger_builds.yml b/.github/workflows/trigger_builds.yml index 1561b9d6..3ec6bb95 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: @@ -24,9 +28,3 @@ jobs: uses: ./.github/workflows/build.yml with: build_type: Debug - - build_release: - name: Build Release - uses: ./.github/workflows/build.yml - with: - build_type: Release |