| 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,10 @@ | |||
| 1 | 1 | name: test-alpine | |
| 2 | 2 | ||
| 3 | - on: [push, pull_request, workflow_dispatch] | ||
| 3 | + on: | ||
| 4 | + push: | ||
| 5 | + branches: [main] | ||
| 6 | + pull_request: | ||
| 7 | + workflow_dispatch: | ||
| 4 | 8 | ||
| 5 | 9 | permissions: | |
| 6 | 10 | contents: read | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,6 +13,7 @@ name: "CodeQL" | |||
| 13 | 13 | ||
| 14 | 14 | on: | |
| 15 | 15 | push: | |
| 16 | + branches: [main] | ||
| 16 | 17 | pull_request: | |
| 17 | 18 | schedule: | |
| 18 | 19 | - cron: '27 10 * * 3' | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,10 @@ | |||
| 1 | 1 | name: test-cygwin | |
| 2 | 2 | ||
| 3 | - on: [push, pull_request, workflow_dispatch] | ||
| 3 | + on: | ||
| 4 | + push: | ||
| 5 | + branches: [main] | ||
| 6 | + pull_request: | ||
| 7 | + workflow_dispatch: | ||
| 4 | 8 | ||
| 5 | 9 | permissions: | |
| 6 | 10 | contents: read | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,10 @@ | |||
| 1 | 1 | name: Lint | |
| 2 | 2 | ||
| 3 | - on: [push, pull_request, workflow_dispatch] | ||
| 3 | + on: | ||
| 4 | + push: | ||
| 5 | + branches: [main] | ||
| 6 | + pull_request: | ||
| 7 | + workflow_dispatch: | ||
| 4 | 8 | ||
| 5 | 9 | permissions: | |
| 6 | 10 | contents: read | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,7 +3,11 @@ | |||
| 3 | 3 | ||
| 4 | 4 | name: Python package | |
| 5 | 5 | ||
| 6 | - on: [push, pull_request, workflow_dispatch] | ||
| 6 | + on: | ||
| 7 | + push: | ||
| 8 | + branches: [main] | ||
| 9 | + pull_request: | ||
| 10 | + workflow_dispatch: | ||
| 7 | 11 | ||
| 8 | 12 | permissions: | |
| 9 | 13 | contents: read | |
| Back | FazBrowse Home | New Git URL |
0 commit comments