Skip to content

Commit b6c7d18

Browse files
committed
Update main.yml
1 parent 4cec042 commit b6c7d18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
name: Python package
55

66
on:
7+
workflow_dispatch:
78
push:
89
branches:
910
- main
@@ -14,7 +15,7 @@ on:
1415
jobs:
1516
build:
1617

17-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-20.04
1819
strategy:
1920
fail-fast: false
2021
matrix:

0 commit comments

Comments
 (0)