mirror of
https://github.com/actions/python-versions.git
synced 2025-12-13 05:56:49 +00:00
Merge pull request #110 from actions/mazhuk/add-manual-trigger
Add manual trigger
This commit is contained in:
5
.github/workflows/releases-validation.yml
vendored
5
.github/workflows/releases-validation.yml
vendored
@@ -1,5 +1,6 @@
|
|||||||
name: Validate 'versions-manifest.json' file
|
name: Validate 'versions-manifest.json' file
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
@@ -32,4 +33,4 @@ jobs:
|
|||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|
||||||
- name: Run simple code
|
- name: Run simple code
|
||||||
run: python -c 'import math; print(math.factorial(5))'
|
run: python -c 'import math; print(math.factorial(5))'
|
||||||
|
|||||||
Reference in New Issue
Block a user