Skip to content

Commit 0b8d302

Browse files
authored
Merge pull request #386 from espressif/ci/enable-release-branch-ci
ci: enable ci on release branches
2 parents bc72429 + 85040e9 commit 0b8d302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- .github/workflows/test-python.yml
99
- "!docs/**"
1010
push:
11-
branches: [main]
11+
branches: [release/*, main]
1212

1313
# cancel jobs if new commit pushed
1414
concurrency:

0 commit comments

Comments
 (0)