Skip to content

add workflow dispatch triggers #10495

add workflow dispatch triggers

add workflow dispatch triggers #10495

Workflow file for this run

name: python-311
on:
workflow_dispatch
push:

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

View workflow run for this annotation

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

Invalid workflow file

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