Skip to content

Commit

Permalink
disable build when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
CKGrafico committed May 14, 2023
1 parent 71926f3 commit aeba7a0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_WITTY_PLANT_07A086E03 }}
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
action: 'upload'
skip_app_build: true
skip_api_build: true
app_location: '/storybook-static' # App source code path
build_pr:
if: github.event_name != 'push' || (github.event_name == 'pull_request')
Expand Down

0 comments on commit aeba7a0

Please sign in to comment.