Skip to content

Commit

Permalink
Make it run also in separate branches
Browse files Browse the repository at this point in the history
  • Loading branch information
ftomassetti committed Dec 10, 2024
1 parent 8df8a86 commit a60ce9b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Build documentation

on:
push:
branches: ["main"]
workflow_dispatch:

env:
Expand All @@ -26,7 +25,7 @@ jobs:
run: |
INSTANCE=${INSTANCE#*/}
INSTANCE_ID_UPPER=$(echo "$INSTANCE" | tr '[:lower:]' '[:upper:]')
ARTIFACT="webHelp${INSTANCE_ID_UPPER}2-all.zip"
ARTIFACT="starlasu-documentation-${INSTANCE_ID_UPPER}.zip"
ALGOLIA_ARTIFACT="algolia-indexes-${INSTANCE_ID_UPPER}.zip"
# Print the values
Expand Down

0 comments on commit a60ce9b

Please sign in to comment.