diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc8c6e77..8f90f796 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,4 +54,4 @@ on: - synchronize push: branches: - - $default-branch + - main diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index acdeba94..feb94f8e 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -25,4 +25,4 @@ on: - edited push: branches: - - $default-branch + - main diff --git a/.github/workflows/devcontainer.yml b/.github/workflows/devcontainer.yml index 96758cfa..e1fea79c 100644 --- a/.github/workflows/devcontainer.yml +++ b/.github/workflows/devcontainer.yml @@ -40,7 +40,7 @@ jobs: on: push: branches: - - $default-branch + - main paths: - .devcontainer/Dockerfile - .devcontainer/Dockerfile.dockerignore diff --git a/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/ci.yml.jinja b/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/ci.yml.jinja index bd9358c4..ed5f4d90 100644 --- a/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/ci.yml.jinja +++ b/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/ci.yml.jinja @@ -67,4 +67,4 @@ on: - synchronize push: branches: - - $default-branch + - main diff --git a/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/commitlint.yml b/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/commitlint.yml index acdeba94..feb94f8e 100644 --- a/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/commitlint.yml +++ b/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/commitlint.yml @@ -25,4 +25,4 @@ on: - edited push: branches: - - $default-branch + - main diff --git a/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/devcontainer.yml.jinja b/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/devcontainer.yml.jinja index f41949fd..79818440 100644 --- a/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/devcontainer.yml.jinja +++ b/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/devcontainer.yml.jinja @@ -51,7 +51,7 @@ jobs: on: push: branches: - - $default-branch + - main paths: - .devcontainer/Dockerfile - .devcontainer/Dockerfile.dockerignore