From c7a3b325a8f7d68257a3ffcbcfc5f971e07ed491 Mon Sep 17 00:00:00 2001 From: John San Soucie <44901782+san-soucie@users.noreply.github.com> Date: Sun, 1 Oct 2023 20:51:18 -0400 Subject: [PATCH] fix: no labels (#33) Co-authored-by: John San Soucie --- .github/workflows/labels.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 47db18a..df901eb 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -1,7 +1,6 @@ name: labels on: - push: - branches: [main, master] + workflow_call: jobs: labels: name: DefaultLabelsActions