chore: only active the action on open pr to main

pull/430/head
Ming Tsai 2021-08-24 09:11:11 -04:00 committed by GitHub
parent a6e2662bf5
commit 94c823596a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,10 @@
# https://github.com/actions/labeler # https://github.com/actions/labeler
name: Labeler name: Labeler
on: [pull_request] on:
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
jobs: jobs:
label: label: