Update releases-validation.yml

This commit is contained in:
MaksimZhukov 2021-09-06 14:49:01 +03:00 committed by GitHub
parent 4af5e99917
commit cafef413c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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))'