Thanks to visit codestin.com Credit goes to github.com
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 6de95f4 commit fd5d26dCopy full SHA for fd5d26d
.github/workflows/ci.yaml
@@ -543,7 +543,7 @@ jobs:
543
# REMARK: this is only used to build storybook and deploy it to Chromatic.
544
runs-on: ubuntu-latest
545
needs: changes
546
- if: needs.changes.outputs.ts == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
+ if: needs.changes.outputs.ts == 'true' || needs.changes.outputs.ci == 'true'
547
steps:
548
- name: Checkout
549
uses: actions/checkout@v3
0 commit comments