Skip to content

Commit 06710d2

Browse files
authoredJun 7, 2024
fix(ops): correct branch name in Github workflow
1 parent ae6cd63 commit 06710d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: build_deploy
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
# - staging
88
pull_request:
99
repository_dispatch:

0 commit comments

Comments
 (0)