Skip to content

Commit

Permalink
pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jac18281828 committed Jan 12, 2024
1 parent b45c354 commit cecb767
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit cecb767

Please sign in to comment.