We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eccc695 commit 8ee6273Copy full SHA for 8ee6273
2 files changed
.github/workflows/release.yml
@@ -2,6 +2,7 @@ name: Publish
2
on:
3
release:
4
types: [created]
5
+ workflow_dispatch: null
6
jobs:
7
publish:
8
runs-on: ubuntu-latest
.github/workflows/test.yml
@@ -9,6 +9,7 @@ on:
9
paths:
10
- '.github/workflows/test.yml'
11
- 'topstats/**/*.py'
12
13
14
test:
15
0 commit comments