Skip to content

Commit ed4f8fc

Browse files
authored
Allow manual invocation of the test workflow
1 parent 31e19bc commit ed4f8fc

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
name: test
22

3-
on: [push]
3+
on:
4+
push:
5+
6+
# Allows you to run this workflow manually from the Actions tab
7+
workflow_dispatch:
48

59
jobs:
610
testpy3:
7-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu:20
812

913
steps:
1014
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)