Skip to content

Commit d9189be

Browse files
committed
Fix CI workflow (#86)
Apparently the `$default-branch` placeholder only works in workflow templates.
1 parent a4d388b commit d9189be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ name: Node.js CI
44

55
on:
66
push:
7-
branches: [ $default-branch ]
7+
branches: [ main ]
88
pull_request:
9-
branches: [ $default-branch ]
9+
branches: [ main ]
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)