From b5370b8ad4c24c75125ce8d580fc437eb0ccdf22 Mon Sep 17 00:00:00 2001 From: Steve Riesenberg <5248162+sjohnr@users.noreply.github.com> Date: Thu, 2 May 2024 15:13:43 -0500 Subject: [PATCH] Build docs on every push --- .github/workflows/deploy-docs.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 381d0877..5d009a87 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -1,14 +1,22 @@ name: Deploy Docs + on: push: - tags: '**' + branches-ignore: + - "gh-pages" + - "dependabot/**" + - "0.4.x" + - "1.0.x" + - "1.1.x" + tags: + - "**" repository_dispatch: types: request-build-reference # legacy - #schedule: - #- cron: '0 10 * * *' # Once per day at 10am UTC workflow_dispatch: + permissions: actions: write + jobs: build: runs-on: ubuntu-latest