Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 86bd3ed

Browse files
committed
CI: undo main -> $default-branch (cannot be used in workflows)
`$default-branch` is a macro only available in _workflow templates_, not in actual workflows.
1 parent 1721ceb commit 86bd3ed

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@ name: "/setup"
22
on:
33
push:
44
branches:
5-
- $default-branch
5+
- main
66
paths-ignore:
77
- "**.md"
88
pull_request:
99
paths-ignore:
1010
- "**.md"
11+
workflow_dispatch:
1112

1213
defaults:
1314
run:

0 commit comments

Comments
 (0)