Skip to content

add workflow dispatch triggers #21529

add workflow dispatch triggers

add workflow dispatch triggers #21529

Workflow file for this run

name: python-310
on:
workflow_dispatch
push:

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

View workflow run for this annotation

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

Invalid workflow file

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