Skip to content

Commit

Permalink
Only run labelling job on main
Browse files Browse the repository at this point in the history
  • Loading branch information
jpellizzari committed Feb 7, 2022
1 parent 6e05899 commit ea0f6d8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/label.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
on:
on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
branches:
- main
name: label
jobs:
labelCheck:
Expand All @@ -12,4 +14,4 @@ jobs:
with:
mode: exactly
count: 1
labels: "bug, enhancement, ui, test, exclude from release notes"
labels: "bug, enhancement, ui, test, exclude from release notes"

0 comments on commit ea0f6d8

Please sign in to comment.