Skip to content

Commit

Permalink
publish to gh-pages only from the main branch (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
Avnerus committed Mar 12, 2024
1 parent e93c332 commit b29e368
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ steps:
image: node:18
commands:
- npm run build:types
- npm run api:extract:production
- npm run api:extract
when:
event:
- tag
Expand All @@ -61,7 +61,7 @@ steps:
- echo "node_modules\ntemp" > .gitignore
when:
branch:
- dev
- main
event:
- push

Expand All @@ -77,7 +77,7 @@ steps:
force_push: true
when:
branch:
- dev
- main
event:
- push

Expand Down

0 comments on commit b29e368

Please sign in to comment.