We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b62aec6 commit 1e1f7ffCopy full SHA for 1e1f7ff
.github/workflows/publish-devportal-docs.yml
@@ -2,7 +2,9 @@ name: Publish DevPortal Docs
2
3
on:
4
workflow_dispatch:
5
- pull_request: # temporary: remove once workflow_dispatch is available in UI
+ push:
6
+ branches: [ci/add-publish-to-devportal-workflow] # change to decoupling, then main when ready
7
+ tags: ['v*']
8
9
permissions:
10
contents: write
0 commit comments