Skip to content

Commit 212f6c9

Browse files
authored
revert: use $default-branch placeholder instead of hard-coded main (#482)
1 parent 67b7c45 commit 212f6c9

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ on:
5454
- synchronize
5555
push:
5656
branches:
57-
- $default-branch
57+
- main

.github/workflows/commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ on:
2525
- edited
2626
push:
2727
branches:
28-
- $default-branch
28+
- main

.github/workflows/devcontainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
on:
4141
push:
4242
branches:
43-
- $default-branch
43+
- main
4444
paths:
4545
- .devcontainer/Dockerfile
4646
- .devcontainer/Dockerfile.dockerignore

template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/ci.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ on:
6767
- synchronize
6868
push:
6969
branches:
70-
- $default-branch
70+
- main

template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ on:
2525
- edited
2626
push:
2727
branches:
28-
- $default-branch
28+
- main

template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/devcontainer.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
on:
5252
push:
5353
branches:
54-
- $default-branch
54+
- main
5555
paths:
5656
- .devcontainer/Dockerfile
5757
- .devcontainer/Dockerfile.dockerignore

0 commit comments

Comments
 (0)