From cecb767afc678d4739505169e1a6e02d3b969c7e Mon Sep 17 00:00:00 2001 From: John Cairns Date: Fri, 12 Jan 2024 17:56:37 -0600 Subject: [PATCH] pages --- .github/workflows/github-pages.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 15a6dc3..cd50e72 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -1,6 +1,8 @@ name: GitHub Pages on: + workflow_run: + workflows: ["Build Dev Image CI"] push: branches: ["main"] # Allows you to run this workflow manually from the Actions tab @@ -38,8 +40,7 @@ jobs: override: true build: - needs: Build Dev Image CI - runs-on: ubuntu-latest +g runs-on: ubuntu-latest steps: - name: Run tests run: |