Skip to content

docs: regenerate only when the new ci hits master #64

docs: regenerate only when the new ci hits master

docs: regenerate only when the new ci hits master #64

Workflow file for this run

name: Generate workflows
on:
push:
branches:
- master
jobs:
generate-workflows:
runs-on: ubuntu-latest
steps:
- name: Run locally
uses: 'DanySK/true-yaml-actions@master'
with:
token: ${{ secrets.WORKFLOW_TOKEN }}