From bafe13152c02b83383e03e1f6546532712c78740 Mon Sep 17 00:00:00 2001 From: Joseph Wright Date: Mon, 15 May 2023 23:08:17 -0700 Subject: [PATCH] hello --- .github/workflows/hugo.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index 6ec0a2e..015d2dc 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -14,6 +14,7 @@ on: push: branches: - master + - hugo # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -75,10 +76,15 @@ jobs: with: path: ./public + hello: + runs-on: ubuntu-latest + needs: build + steps: + - run: echo ${{ github.event }} # Deployment job deploy: - if: | - github.event.push.ref == 'refs/heads/master' + # if: | + # github.event.push.ref == 'refs/heads/master' environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }}