Skip to content

Commit

Permalink
style: format yml workflow (#26634)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell authored and radium-v committed Apr 30, 2024
1 parent 6aadcf0 commit aafa326
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/azure-storage-web-components.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Azure storage publish web components

on:
workflow_dispatch:
# NOTE: manual workflows work only if workflow exists in default branch - which is not our case 👀
# workflow_dispatch:
push:
branches:
- web-components-v3
Expand All @@ -17,12 +18,12 @@ jobs:
name: Build and Deploy Job
steps:
- uses: actions/checkout@v2

- name: Setup Node.js environment
uses: actions/setup-node@v3.6.0
with:
node-version: 14.x

- run: yarn

- run: yarn workspace @fluentui/web-components build-storybook
Expand Down

0 comments on commit aafa326

Please sign in to comment.