Skip to content

Commit

Permalink
Update publish.yml (#3731)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyriltovena authored May 17, 2021
1 parent 7a5fe3d commit cba373c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: publish_docs
on:
push:
branches:
- master
- main
paths:
- 'docs/sources/**'

Expand Down Expand Up @@ -35,4 +35,4 @@ jobs:
- shell: bash
run: |
test -n "${{ steps.publish.outputs.commit_hash }}"
test -n "${{ steps.publish.outputs.working_directory }}"
test -n "${{ steps.publish.outputs.working_directory }}"

0 comments on commit cba373c

Please sign in to comment.