We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af9b9f commit 1c8af48Copy full SHA for 1c8af48
.github/workflows/ci.yml
@@ -22,14 +22,14 @@ jobs:
22
23
- uses: actions/upload-artifact@v2
24
# Only publish examples using the master branch, and only from one build
25
- if: github.ref == 'refs/heads/github-actions' && matrix.node-version == 'v16.x'
+ if: github.ref == 'refs/heads/master' && matrix.node-version == 'v16.x'
26
with:
27
name: examples
28
path: examples/*
29
if-no-files-found: error
30
31
publish:
32
- if: github.ref == 'refs/heads/github-actions'
+ if: github.ref == 'refs/heads/master'
33
name: Deploy storybook examples
34
runs-on: ubuntu-latest
35
needs: build
0 commit comments