Skip to content

Commit

Permalink
chore: testing the gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
sgroz committed Dec 2, 2024
1 parent fb6f36d commit b246434
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/exercise-4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: Deploy Static Site

on:
push:
branches: [ "main", "prod", "dev", "stage" ]
branches:
- main
- prod
- dev
- stage

jobs:
build-and-deploy:
Expand Down

0 comments on commit b246434

Please sign in to comment.