We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 890ee51 commit e6f36f8Copy full SHA for e6f36f8
.github/workflows/docs.yml
@@ -59,7 +59,7 @@ jobs:
59
pages_threshold: major_outage
60
-
61
name: Deploy
62
- #if: success() && github.event_name != 'pull_request' && (endsWith(github.ref, github.event.repository.default_branch) || steps.prepare.outputs.release == 'true')
+ #if: success() && github.event_name != 'pull_request' && (endsWith(github.ref, 'main') || steps.prepare.outputs.release == 'true')
63
if: success() && github.event_name != 'pull_request' # Remove after merge and use the previous condition
64
uses: crazy-max/[email protected]
65
with:
0 commit comments