Skip to content

Merge pull request #1334 from gofiber/dependabot/github_actions/lewag… #7

Merge pull request #1334 from gofiber/dependabot/github_actions/lewag…

Merge pull request #1334 from gofiber/dependabot/github_actions/lewag… #7

name: Release Drafter Azureblob
on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- master
- main
paths:
- 'azureblob/**'
jobs:
draft_release_azureblob:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: release-drafter/release-drafter@v6
with:
config-name: release-drafter-azureblob.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}