| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,6 +4,7 @@ name: Tests | |||
| 4 | 4 | # it prevents to mark a job as mandatory. A PR cannot be merged if a job is | |
| 5 | 5 | # mandatory but not scheduled because of "paths-ignore". | |
| 6 | 6 | on: | |
| 7 | + workflow_dispatch: | ||
| 7 | 8 | push: | |
| 8 | 9 | branches: | |
| 9 | 10 | - 'main' | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,7 @@ | |||
| 1 | 1 | name: TestsMSI | |
| 2 | 2 | ||
| 3 | 3 | on: | |
| 4 | + workflow_dispatch: | ||
| 4 | 5 | push: | |
| 5 | 6 | branches: | |
| 6 | 7 | - 'main' | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,7 @@ | |||
| 1 | 1 | name: Docs | |
| 2 | 2 | ||
| 3 | 3 | on: | |
| 4 | + workflow_dispatch: | ||
| 4 | 5 | #push: | |
| 5 | 6 | # branches: | |
| 6 | 7 | # - 'main' | |
| Back | FazBrowse Home | New Git URL |
0 commit comments