diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-03-27 20:55:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-27 20:55:33 +0200 |
commit | 5e77b548b1550e6f3e592ca77ba606362b51ec6d (patch) | |
tree | 357490f832ce7b8d2282ba63819f701aa9667bc3 | |
parent | 104de9e7954450a864ee2d5e4142e4b677556d0b (diff) | |
parent | 94e7961df018bbc00fbb06786ca3488b9490572a (diff) | |
download | PrismLauncher-5e77b548b1550e6f3e592ca77ba606362b51ec6d.tar.gz PrismLauncher-5e77b548b1550e6f3e592ca77ba606362b51ec6d.tar.bz2 PrismLauncher-5e77b548b1550e6f3e592ca77ba606362b51ec6d.zip |
Merge pull request #349 from txtsd/gha_ignore
-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 |