diff --git a/.github/workflows/exercise-4.yml b/.github/workflows/exercise-4.yml index c93a8142..5fb434fc 100644 --- a/.github/workflows/exercise-4.yml +++ b/.github/workflows/exercise-4.yml @@ -2,7 +2,11 @@ name: Deploy Static Site on: push: - branches: [ "main", "prod", "dev", "stage" ] + branches: + - main + - prod + - dev + - stage jobs: build-and-deploy: