Skip to content

chore: update changelog & docs #22

chore: update changelog & docs

chore: update changelog & docs #22

---
# yamllint disable rule:truthy
name: "Push on stable"
concurrency: # Cancel any existing runs of this workflow for this same PR
group: "${{ '{{ github.workflow }}' }}-${{ '{{ github.ref }}' }}"
cancel-in-progress: true
on:
push:
branches:
- stable
jobs:
changelog_and_docs:
uses: ./.github/workflows/workflow-changelog-and-docs.yml
secrets: inherit
release:
needs: ["changelog_and_docs"]
uses: ./.github/workflows/workflow-release-drafter.yml
secrets: inherit