Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit d5693e2

Browse files
committed
ci: Fix main not triggering
1 parent 1871846 commit d5693e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ on:
33
push:
44
branches:
55
- 'develop'
6-
- 'feature/update*'
7-
- 'feature/server_esm*'
6+
- 'feature/update**'
7+
- 'feature/server_esm**'
88
paths-ignore:
99
- 'docs/**'
1010

0 commit comments

Comments
 (0)