Skip to content

Commit

Permalink
add branches ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ayinloya committed Dec 16, 2024
1 parent a93be2c commit a900b71
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/share-preview-url.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: share-preview-url
on:
workflow_call:
workflow_dispatch:
workflow_run:
workflows: [deploy-preview]
workflows: ['deploy-preview']
types:
- completed
branches-ignore: ['main']
jobs:
comment-on-pr:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a900b71

Please sign in to comment.