Skip to content

Commit ba9d057

Browse files
deploying on push only
1 parent 1c91657 commit ba9d057

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ jobs:
5858
docs:
5959
uses: ./.github/workflows/build-docs.yml
6060
with:
61-
# Deploy on tag pushes (assume that is a release).
62-
deploy: ${{ (github.event_name == 'push' && startsWith(github.ref, 'refs/tags')) }}
61+
# Deploy on tag pushes (assume that is a release) --ignoring for now
62+
deploy: ${{ (github.event_name == 'push') }}
6363
secrets: inherit

0 commit comments

Comments
 (0)