Skip to content

Commit def7452

Browse files
Update docker-image.yml to work with experimental branches 2
1 parent 762e9bc commit def7452

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ on:
1414
push:
1515
branches:
1616
- "main"
17-
- "feat/**"
17+
- "feat/*"
18+
- "experimental/*"
1819

1920
jobs:
2021
push_to_registry:

0 commit comments

Comments
 (0)