Skip to content

Commit

Permalink
fix: add gh-pages branch to Docker build workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
sammrai committed Jan 10, 2025
1 parent a77ee00 commit d8f5cf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- "main"
- "test"
- "gh-pages"

jobs:
docker-build:
Expand Down

0 comments on commit d8f5cf3

Please sign in to comment.