We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69813a6 commit 006fcd5Copy full SHA for 006fcd5
.github/workflows/ecosystem-ci.yml
@@ -2,8 +2,8 @@ name: Ecosystem CI
2
3
on:
4
push:
5
- # TODO: change to `main` after testing.
6
- branches: [ci-test]
+ # TODO: remove `ci-test` after testing.
+ branches: ['main', 'ci-test']
7
8
workflow_dispatch:
9
inputs:
@@ -28,7 +28,6 @@ jobs:
28
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
29
with:
30
fetch-depth: 1
31
-
32
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
33
id: changes
34
0 commit comments