We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2674894 commit 952ad66Copy full SHA for 952ad66
.github/workflows/coverage.yml
@@ -1,5 +1,8 @@
1
name: Python Coverage
2
-on: [push, pull_request]
+on:
3
+ push:
4
+ pull_request:
5
+ workflow_dispatch:
6
jobs:
7
build:
8
runs-on: ubuntu-latest
0 commit comments