Skip to content

Commit a2bf97c

Browse files
Merge pull request #43 from SteveLin100132/chore/doks-github-action-deploy
fix(workflow): change trigger branch from master to deploy-doks for DOKS deployment
2 parents a127d74 + cebf87c commit a2bf97c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-doks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy to DOKS
33
on:
44
push:
55
branches:
6-
- master
6+
- deploy-doks
77

88
env:
99
GITHUB_ACTOR: ${{ github.actor }}

0 commit comments

Comments
 (0)