Skip to content

build(CI): change triggers from branch-based to tag-based #6

build(CI): change triggers from branch-based to tag-based

build(CI): change triggers from branch-based to tag-based #6

name: Generate workflows
on:
push:
paths:
- ".github/real-workflows/*.yml"
- ".github/workflows/generate-workflows.yml"
jobs:
generate-workflows:
runs-on: ubuntu-latest
steps:
- name: Run locally
uses: "DanySK/[email protected]" # pick the latest version maybe
with:
token: ${{ secrets.WORKFLOW_TOKEN }}