From 67feaab876acb9a9930d7f731da3206305db2149 Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Wed, 14 Feb 2024 18:13:51 +0100 Subject: [PATCH] Enclose branch names in quotes in packages.yml The commit message updates the branch names in the packages.yml GitHub workflows file by enclosing them in single quotes. The change is done on both 'main' and 'feature/*' branches. --- .github/workflows/packages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index 0437b1665b..d220a3ee0d 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -3,8 +3,8 @@ on: workflow_dispatch: push: branches: - - main - - feature/* + - 'main' + - 'feature/*' release: types: [ prereleased, published ] env: