Skip to content

Commit

Permalink
chore(ci): update docs on push to master
Browse files Browse the repository at this point in the history
The frequency of updating the docs was previously reduced to avoid noise
in the Pact Python Slack channel; however, it means that blog posts, or
minor corrections to any docstring do not get updated.

I am reverting the previous change and will investigate the possibility
of publishing updates to Slack, instead of Slack subscribing to all
deployments.

Signed-off-by: JP-Ellis <josh@jpellis.me>
  • Loading branch information
JP-Ellis committed Jul 29, 2024
1 parent 7612ffd commit 47143aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
publish:
name: Publish docs

if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
if: github.ref == 'refs/heads/master'

needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 47143aa

Please sign in to comment.