Skip to content

Commit 00c920c

Browse files
committed
Fix branch name in Github action
1 parent 29e0cd5 commit 00c920c

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)