Skip to content

Commit 50ebb50

Browse files
committed
update github actions
1 parent a1a1424 commit 50ebb50

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/personal_build_push.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ name: Personal Build and Push
33
on:
44
push:
55
branches:
6+
- "main"
67
- "feature/**"
8+
- "feature-wip/**"
9+
- "fix/**"
10+
- "fix-wip/**"
711
pull_request:
812

913
jobs:
@@ -68,3 +72,4 @@ jobs:
6872
except_untagged_multiplatform: true
6973
with_sigs: true
7074
owner_type: 'user'
75+

0 commit comments

Comments
 (0)