Skip to content

Commit f441fec

Browse files
committed
test(docs): temporairly run as if on main
1 parent d3caa62 commit f441fec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish-documentation.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Publish Documentation
22
on:
33
push:
4-
branches: [main]
54
workflow_dispatch:
65
inputs:
76
deploy_as_release:
@@ -55,7 +54,6 @@ jobs:
5554
if: >-
5655
${{
5756
needs.build-and-test.result == 'success' &&
58-
github.ref == format('refs/heads/{0}', github.event.repository.default_branch) &&
5957
!inputs.deploy_as_release
6058
}}
6159
permissions:

0 commit comments

Comments
 (0)