Skip to content

Commit 1e1f7ff

Browse files
committed
ci: udpated to trigger on branch name and stable version
1 parent b62aec6 commit 1e1f7ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish-devportal-docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Publish DevPortal Docs
22

33
on:
44
workflow_dispatch:
5-
pull_request: # temporary: remove once workflow_dispatch is available in UI
5+
push:
6+
branches: [ci/add-publish-to-devportal-workflow] # change to decoupling, then main when ready
7+
tags: ['v*']
68

79
permissions:
810
contents: write

0 commit comments

Comments
 (0)