diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 8a478ce..4540d73 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -4,8 +4,14 @@ on: push: branches: - main + release: + types: + - published + - unpublished + - released + - prereleased workflow_dispatch: jobs: Update: - uses: Laravel-Lang/.github/.github/workflows/release-drafter.yml@main + uses: Laravel-Lang/.github/.github/workflows/release-drafter.yml@main \ No newline at end of file