Skip to content

Commit

Permalink
fix(actions): Exclude prod branch from community labels
Browse files Browse the repository at this point in the history
The prod branch monitors the latest deployed code in Novu Cloud.
  • Loading branch information
SokratisVidros committed May 10, 2024
1 parent dc0a8a4 commit c707e72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/community-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Add Community Label
on:
pull_request_target:
types: [opened]
branches:
- '!prod'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit c707e72

Please sign in to comment.