Skip to content

Trying to fix version-drafter-action #38

Trying to fix version-drafter-action

Trying to fix version-drafter-action #38

---
# yamllint disable rule:truthy
name: "Pull Request on stable"
on:
pull_request:
branches:
- stable
jobs:
linter:
uses: ./.github/workflows/workflow-linter.yml
tests:
needs: ["linter"]
uses: ./.github/workflows/workflow-tests.yml