diff options
Diffstat (limited to '.github/workflows/labels.yml')
| -rw-r--r-- | .github/workflows/labels.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 6986eec033..79ee8af59d 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -3,6 +3,8 @@ name: Labels on: pull_request_target: types: [ edited, opened, reopened, ready_for_review ] + branches: + - main concurrency: group: ${{ github.workflow }}-${{ github.ref }} |
