From 9b4b457cd04dbce58daf66ca7c1b2e927217df60 Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Tue, 14 Jun 2022 14:31:06 +0100 Subject: [PATCH] Update test_and_publish.yml --- .github/workflows/test_and_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_publish.yml b/.github/workflows/test_and_publish.yml index 558f1b06..8781e615 100644 --- a/.github/workflows/test_and_publish.yml +++ b/.github/workflows/test_and_publish.yml @@ -3,7 +3,7 @@ name: CI on: push: branches: - - master + - main tags: - 'v*' - '!*dev*'