From 4027643ea9daf0aeacd98f2e4fa344d5fce0ee26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Farys?= Date: Fri, 30 Aug 2024 19:00:02 +0200 Subject: [PATCH] Some improvements in workflows --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a3349a1..89379d7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -3,7 +3,7 @@ name: release on: push: branches: - - $default-branch + - 'master' tags: - '*' pull_request: