From f62d22f94ad5c64243c7ada24a45b50810d9d178 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 21 Sep 2024 22:07:15 +0200 Subject: [PATCH] CI: Upload PPA on 1.1 branch --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 307b59a6..2071a9ed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -588,7 +588,7 @@ jobs: upload-ubuntu-ppa: name: Upload Ubuntu PPA - if: github.repository == 'strawberrymusicplayer/strawberry' && github.event.pull_request.head.repo.fork == false && (github.event_name == 'release' || (github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/ci'))) + if: github.repository == 'strawberrymusicplayer/strawberry' && github.event.pull_request.head.repo.fork == false && (github.event_name == 'release' || (github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/ci' || github.ref == 'refs/heads/1.1'))) runs-on: ubuntu-latest strategy: fail-fast: false