Skip to content

feat: Add release drafter common github action. #25

feat: Add release drafter common github action.

feat: Add release drafter common github action. #25

Workflow file for this run

name: ci
on:
pull_request:
branches: [master]
jobs:
common:
uses: ./.github/workflows/common-ci.yml
checks:
uses: ./.github/workflows/check-release.yml
release:
uses: ./.github/workflows/release-drafter.yml