From 6d5fb726548eb9fd034242a4e57645ddae85fdc7 Mon Sep 17 00:00:00 2001 From: Lukasz Klimek <842586+lklimek@users.noreply.github.com> Date: Wed, 20 Mar 2024 15:04:02 +0100 Subject: [PATCH] chore: gh pages only on push to master --- .github/workflows/github-pages.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index c813fb77..e3ad6826 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -2,11 +2,10 @@ name: Github Pages on: - pull_request: push: branches: - master - - "v*.*.*" + - "build/docs-website" # TODO remove after it's merged jobs: cleanup-runs: runs-on: ubuntu-latest @@ -16,7 +15,7 @@ jobs: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/master'" - docs: + gh-pages: # environment: # name: github-pages # url: ${{ steps.deployment.outputs.page_url }}