Skip to content

Commit e6f36f8

Browse files
committed
Default branch is dev, have to use main
1 parent 890ee51 commit e6f36f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
pages_threshold: major_outage
6060
-
6161
name: Deploy
62-
#if: success() && github.event_name != 'pull_request' && (endsWith(github.ref, github.event.repository.default_branch) || steps.prepare.outputs.release == 'true')
62+
#if: success() && github.event_name != 'pull_request' && (endsWith(github.ref, 'main') || steps.prepare.outputs.release == 'true')
6363
if: success() && github.event_name != 'pull_request' # Remove after merge and use the previous condition
6464
uses: crazy-max/[email protected]
6565
with:

0 commit comments

Comments
 (0)