From 2127a2376e82b216125c64963b7a30ef7a31cf18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?mauro=20=F0=9F=A4=99?= <91018726+mauro-balades@users.noreply.github.com> Date: Tue, 3 Sep 2024 20:57:45 +0000 Subject: [PATCH] chore: Update Zen Browser desktop file with new launch script and icon paths --- .github/workflows/publish-tar.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish-tar.yml b/.github/workflows/publish-tar.yml index f62e17b..a279333 100644 --- a/.github/workflows/publish-tar.yml +++ b/.github/workflows/publish-tar.yml @@ -15,7 +15,6 @@ jobs: permissions: write-all name: Publish tar as release runs-on: ubuntu-latest - if: github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && startsWith(github.event.commits.message, '[release]:')) steps: - name: Checkout