Skip to content

Commit 27808cc

Browse files
authored
Update deployment workflow to trigger on 'release' branch instead of 'master' (#3740)
1 parent 3d55860 commit 27808cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployDocs.yml

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

88
jobs:
99
build-and-deploy:

0 commit comments

Comments
 (0)