mirror of
https://github.com/actions/python-versions.git
synced 2025-04-06 07:19:41 +00:00
Update releases-validation.yml
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
|
||||
on:
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
@ -32,4 +33,4 @@ jobs:
|
||||
shell: pwsh
|
||||
|
||||
- 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