Skip to content

Commit 5038796

Browse files
committed
ci(tests): remove branches-ignore rule
Remove the branches-ignore: - "deploy/**" entry from .github/workflows/tests.yml so the tests workflow is no longer excluded for deploy/** branches. This allows the workflow to be evaluated for deploy branch patterns in addition to the existing push and workflow_call triggers.
1 parent a8672a8 commit 5038796

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
branches:
77
- dev
88
- main
9-
branches-ignore:
10-
- "deploy/**"
119
workflow_call:
1210
inputs:
1311
run_ui:

0 commit comments

Comments
 (0)