From 86bd3eda129ecad970079574dd4001961be531f8 Mon Sep 17 00:00:00 2001 From: Andreas Abel Date: Tue, 14 Mar 2023 00:47:43 +0100 Subject: [PATCH] CI: undo main -> $default-branch (cannot be used in workflows) `$default-branch` is a macro only available in _workflow templates_, not in actual workflows. --- .github/workflows/workflow.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index cf559438..71ce8b77 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -2,12 +2,13 @@ name: "/setup" on: push: branches: - - $default-branch + - main paths-ignore: - "**.md" pull_request: paths-ignore: - "**.md" + workflow_dispatch: defaults: run: