Skip to content

Commit 68877d6

Browse files
Remove 'dev-v3' from workflow branch filters
Removed 'dev-v3' branch from workflow triggers.
1 parent 6e27b06 commit 68877d6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- main
77
- dev
88
- demo
9-
- dev-v3
109
- hotfix
1110
pull_request:
1211
types:
@@ -18,7 +17,6 @@ on:
1817
- main
1918
- main
2019
- dev
21-
- dev-v3
2220
- demo
2321
- hotfix
2422

@@ -72,4 +70,4 @@ jobs:
7270
- name: Skip coverage report if no tests
7371
if: env.skip_tests == 'true'
7472
run: |
75-
echo "Skipping coverage report because no tests were found."
73+
echo "Skipping coverage report because no tests were found."

0 commit comments

Comments
 (0)