Skip to content

ci(release-schedule): run once per month #2520

ci(release-schedule): run once per month

ci(release-schedule): run once per month #2520

Workflow file for this run

name: 'CI'
on:
pull_request:
push:
jobs:
build:
name: DargStack rgen
uses: dargmuesli/github-actions/.github/workflows/[email protected]
release-semantic:
needs: build
name: Semantic Release
uses: dargmuesli/github-actions/.github/workflows/[email protected]
permissions:
contents: write
secrets:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}