diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 6213c8f2..51140d6f 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -2,7 +2,7 @@ name: Build and Deploy to GitHub Pages on: push: - branches: [ "main" ] + branches: [ "main", "static-web-page/US63/conditional-main-page" ] pull_request: branches: [ "main" ]