Skip to content

Merge branch 'main' of https://github.com/italia/spid-sp-test #295

Merge branch 'main' of https://github.com/italia/spid-sp-test

Merge branch 'main' of https://github.com/italia/spid-sp-test #295

name: Release drafter
on:
push:
branches: [main]
pull_request:
types: [opened, reopened, synchronize]
jobs:
update_release_draft:
name: Update draft release
runs-on: ubuntu-latest
steps:
-
uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}