Skip to content

Commit

Permalink
adapt docs-builder.yml
Browse files Browse the repository at this point in the history
Adapt to changes on tww: teksi/wastewater#245
  • Loading branch information
sjib committed May 24, 2024
1 parent 5d6fe89 commit 19a7f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
make gettext
- name: tx pull
if: ${{ github.event.pull_request.head.repo.full_name == 'teksi/district_heating' }}
if: ${{ github.event.pull_request.head.repo.full_name == 'teksi/district_heating' || github.event_name == 'push' && github.ref == 'refs/heads/main' }}
env:
TX_TOKEN: ${{ secrets.TX_TOKEN }}
working-directory: docs
Expand Down

0 comments on commit 19a7f63

Please sign in to comment.