diff --git a/.github/settings.yml b/.github/settings.yml index 8043733..2ea85dd 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -9,3 +9,4 @@ repository: + diff --git a/.github/workflows/branch.yml b/.github/workflows/branch.yml index f4d1a63..718020f 100644 --- a/.github/workflows/branch.yml +++ b/.github/workflows/branch.yml @@ -5,7 +5,7 @@ on: branches: - main - release/** - types: [opened, synchronize, reopened, labeled, unlabeled] + types: [opened, synchronize, reopened] push: branches: - main