From 0b05a8d3ed72e4c3a6e79cc8f3956aa50063fc95 Mon Sep 17 00:00:00 2001 From: Martin M Date: Fri, 20 Oct 2023 10:44:08 +0200 Subject: [PATCH] Update test-and-release.yml - correct head branch name --- .github/workflows/test-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index de34569..e67b999 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -6,7 +6,7 @@ on: workflow_dispatch: {} push: branches: - - "main" + - "master" tags: # normal versions - "v[0-9]+.[0-9]+.[0-9]+"