Skip to content

add workflow dispatch triggers #10494

add workflow dispatch triggers

add workflow dispatch triggers #10494

Workflow file for this run

name: python-312
on:
workflow_dispatch
push:

Check failure on line 5 in .github/workflows/python-312.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/python-312.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
branches:
- master
schedule:
- cron: "42 * * * *"
jobs:
sync:
uses: ./.github/workflows/sync.yml
with:
version: "3.12"
tx_project: "python-312"
secrets: inherit