diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index cf08c33..cab2da9 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,6 +1,12 @@ name: Documentation -on: [push, pull_request] +on: + push: + branches: + - 'master' + - 'release-' + tags: '*' + pull_request: jobs: build: