Skip to content

Commit fb4cac8

Browse files
committed
Fix branch spec
1 parent 0aee665 commit fb4cac8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-dev.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Deploy to dev
44
on:
55
workflow_dispatch:
66
push:
7-
branch:
7+
branches:
88
- dev
99

1010
permissions:

.github/workflows/deploy-prod.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Deploy to prod
44
on:
55
workflow_dispatch:
66
push:
7-
branch:
7+
branches:
88
- prod
99

1010
permissions:

0 commit comments

Comments
 (0)