| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,7 @@ | |||
| 1 | 1 | name: Publish Documentation | |
| 2 | 2 | ||
| 3 | 3 | on: | |
| 4 | + workflow_dispatch: | ||
| 4 | 5 | push: | |
| 5 | 6 | tags: ["v[0-9].[0-9]+.[0-9]+"] | |
| 6 | 7 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,7 @@ | |||
| 1 | 1 | name: Publish to PyPI | |
| 2 | 2 | ||
| 3 | 3 | on: | |
| 4 | + workflow_dispatch: | ||
| 4 | 5 | push: | |
| 5 | 6 | tags: ["v[0-9].[0-9]+.[0-9]+"] | |
| 6 | 7 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,13 @@ | |||
| 1 | 1 | name: Run Pytest | |
| 2 | 2 | ||
| 3 | - on: [push, pull_request] | ||
| 3 | + on: | ||
| 4 | + workflow_dispatch: | ||
| 5 | + push: | ||
| 6 | + paths-ignore: | ||
| 7 | + - ".github/**" | ||
| 8 | + pull_request: | ||
| 9 | + paths-ignore: | ||
| 10 | + - ".github/**" | ||
| 4 | 11 | ||
| 5 | 12 | jobs: | |
| 6 | 13 | build: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments