Merge pull request #110 from actions/mazhuk/add-manual-trigger

Add manual trigger
This commit is contained in:
MaksimZhukov 2021-09-06 14:51:38 +03:00 committed by GitHub
commit 8d36c70cd9
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))'