We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3caa62 commit f441fecCopy full SHA for f441fec
.github/workflows/publish-documentation.yaml
@@ -1,7 +1,6 @@
1
name: Publish Documentation
2
on:
3
push:
4
- branches: [main]
5
workflow_dispatch:
6
inputs:
7
deploy_as_release:
@@ -55,7 +54,6 @@ jobs:
55
54
if: >-
56
${{
57
needs.build-and-test.result == 'success' &&
58
- github.ref == format('refs/heads/{0}', github.event.repository.default_branch) &&
59
!inputs.deploy_as_release
60
}}
61
permissions:
0 commit comments