diff options
author | txtsd <thexerothermicsclerodermoid@gmail.com> | 2022-03-25 23:18:55 +0530 |
---|---|---|
committer | txtsd <thexerothermicsclerodermoid@gmail.com> | 2022-03-25 23:18:55 +0530 |
commit | 94e7961df018bbc00fbb06786ca3488b9490572a (patch) | |
tree | d2921f1fad7d218cb198b72887d020b330149410 | |
parent | 0d46ea5c71a7c1cb06fc36a530a4036ed997feb2 (diff) | |
download | PrismLauncher-94e7961df018bbc00fbb06786ca3488b9490572a.tar.gz PrismLauncher-94e7961df018bbc00fbb06786ca3488b9490572a.tar.bz2 PrismLauncher-94e7961df018bbc00fbb06786ca3488b9490572a.zip |
chore: Don't build release type during development
-rw-r--r-- | .github/workflows/trigger_builds.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/trigger_builds.yml b/.github/workflows/trigger_builds.yml index 7cf10b1a..3ec6bb95 100644 --- a/.github/workflows/trigger_builds.yml +++ b/.github/workflows/trigger_builds.yml @@ -28,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 |