Skip to content

Commit 006fcd5

Browse files
authored
ci: add main branch to ecosystem-ci (#1300)
1 parent 69813a6 commit 006fcd5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ecosystem-ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Ecosystem CI
22

33
on:
44
push:
5-
# TODO: change to `main` after testing.
6-
branches: [ci-test]
5+
# TODO: remove `ci-test` after testing.
6+
branches: ['main', 'ci-test']
77

88
workflow_dispatch:
99
inputs:
@@ -28,7 +28,6 @@ jobs:
2828
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2929
with:
3030
fetch-depth: 1
31-
3231
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
3332
id: changes
3433
with:

0 commit comments

Comments
 (0)