Skip to content

ci: add audit for direct pushes to main #5

ci: add audit for direct pushes to main

ci: add audit for direct pushes to main #5

name: Release Drafter
on:
push:
branches: [main]
pull_request:
types: [opened, edited, reopened, synchronize]
workflow_dispatch:
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}