From 4ec087b42caad1f09af02291ce858a8248a65aa9 Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Wed, 19 May 2021 15:31:50 +0100 Subject: [PATCH] Exclude dev better --- .github/workflows/publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 41a2eee4..333f643c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -8,8 +8,7 @@ on: # Pattern matched against refs/tags tags: - 'v*' # Push events to every tag not containing / - tags-ignore: - - 'v*dev*' # Ignore dev tags + - '!*dev' env: