Skip to content

Commit

Permalink
chore: ignore branch gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
djs0109 committed Feb 25, 2025
1 parent ce5b6de commit b9c8043
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- "**"
branches-ignore:
- gh-pages
pull_request:
branches:
- main
Expand Down Expand Up @@ -52,6 +54,7 @@ jobs:
LD_MQTT_BROKER_URL_INTERNAL=${{ vars.LD_MQTT_BROKER_URL_INTERNAL }}
FIWARE_SERVICE=${{ vars.FIWARE_SERVICE }}
FIWARE_SERVICEPATH=${{ vars.FIWARE_SERVICEPATH }}
STATIC_RECORDS=${{ vars.STATIC_RECORDS }}
EOF
# Step 5: Verify .env file
Expand Down

0 comments on commit b9c8043

Please sign in to comment.