Skip to content

Commit

Permalink
Added release-drafter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Mar 21, 2024
1 parent b05ae15 commit b89fe42
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Release Drafter

on:
push:
branches:
- main
release:
types:
- published
- unpublished
- released
- prereleased
workflow_dispatch:

jobs:
Update:
uses: Laravel-Lang/.github/.github/workflows/release-drafter.yml@main

0 comments on commit b89fe42

Please sign in to comment.