Skip to content

Bump softprops/action-gh-release from 2.0.8 to 2.0.9 in the actions group #349

Bump softprops/action-gh-release from 2.0.8 to 2.0.9 in the actions group

Bump softprops/action-gh-release from 2.0.8 to 2.0.9 in the actions group #349

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
check:
uses: ./.github/workflows/_check.yml
docs:
needs: check
if: needs.check.outputs.branch-pr == ''
uses: ./.github/workflows/_docs.yml