chore: only active the action on open pr to main
parent
a6e2662bf5
commit
94c823596a
|
@ -6,7 +6,10 @@
|
|||
# https://github.com/actions/labeler
|
||||
|
||||
name: Labeler
|
||||
on: [pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
label:
|
||||
|
|
Loading…
Reference in New Issue