Skip to content

Commit 64f6c40

Browse files
committed
chore: tweak deploy workflow to support deploy-* branches
1 parent 987b870 commit 64f6c40

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ name: Deploy
22

33
on:
44
push:
5-
branches: [ main, master ]
5+
branches:
6+
- main
7+
# branches that match deploy-* will deploy as well
8+
- deploy-*
69
workflow_dispatch:
710

811
env:

0 commit comments

Comments
 (0)