From cfecb65766babab7eff07bc82c3f61979efd7f5f Mon Sep 17 00:00:00 2001 From: willcl-ark Date: Tue, 3 Dec 2024 09:43:38 +0000 Subject: [PATCH] permit build workflow to run on PRs --- .github/workflows/build.yml | 5 +---- .github/workflows/publish.yml | 4 ++-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d3022b3..c19da0c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,14 +6,11 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: concurrency: - group: github-pages + group: github-pages-build cancel-in-progress: false jobs: build-jekyll: runs-on: ubuntu-latest - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f6d3c12..74e2758 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,11 +2,11 @@ name: Publish to GitHub Pages on: push: - branches: [main, master] + branches: [master] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: concurrency: - group: github-pages + group: github-pages-publish cancel-in-progress: false # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: