Skip to content

Commit 728f707

Browse files
authored
chore: fix ci file on master (#124)
1 parent aba96ad commit 728f707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
echo "| **Docs** | [View Docs -> ${{ steps.docs-publish.outputs.deployment-url }}](${{ steps.docs-publish.outputs.deployment-url }}) |" >> $GITHUB_STEP_SUMMARY
6363
echo "| **POC** | [View POC -> ${{ steps.poc-publish.outputs.deployment-url }}](${{ steps.poc-publish.outputs.deployment-url }}) |" >> $GITHUB_STEP_SUMMARY
6464
- name: Notify About Deployment
65-
if: ${{ github.actor != 'dependabot[bot]' }}
65+
if: ${{ github.actor != 'dependabot[bot]' && github.ref_name != 'master' }}
6666
uses: actions/github-script@v7
6767
with:
6868
script: |

0 commit comments

Comments
 (0)