Skip to content

add workflow dispatch triggers #31736

add workflow dispatch triggers

add workflow dispatch triggers #31736

Workflow file for this run

name: python-39
on:
workflow_dispatch
push:

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

View workflow run for this annotation

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

Invalid workflow file

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