Skip to content

Commit 47143aa

Browse files
committed
chore(ci): update docs on push to master
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>
1 parent 7612ffd commit 47143aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
publish:
4949
name: Publish docs
5050

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

5353
needs: build
5454
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)