From 3238a04681075980e7473aa5583145fd3a9f3213 Mon Sep 17 00:00:00 2001 From: Greg Swift Date: Sat, 3 Aug 2024 22:37:07 -0500 Subject: [PATCH] ci: is the quotes the problem? --- .github/workflows/publish-draft.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-draft.yml b/.github/workflows/publish-draft.yml index df3ec75..5750ae4 100644 --- a/.github/workflows/publish-draft.yml +++ b/.github/workflows/publish-draft.yml @@ -6,7 +6,7 @@ on: workflows: - "Run validation and build checks" branches: - - '!main' + - "!main" types: - completed