Run on all branches (#21683)

This commit is contained in:
Violet Hynes 2023-07-07 15:40:05 -04:00 committed by GitHub
parent 96fd024d15
commit d18242dae4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,11 +9,9 @@ name: Add HashiCorp contributed label
# possible.
on:
# On every pull request, on every branch
pull_request:
types: [opened, synchronize, reopened]
# Runs on PRs to main
branches:
- main
jobs:
add-hashicorp-contributed-label: