Commit 0c66714
committed
Build/Test Tools: Run automated testing when tags are created.
This expands the list of events that triggers automated testing to include tags.
It also refines the matched version ranges for several workflows.
Merges [50298] to the 5.6 branch.
See #50401.
git-svn-id: https://develop.svn.wordpress.org/branches/5.6@50301 602fd350-edb4-49c9-b593-d223f7449a821 parent 7881f91 commit 0c66714Copy full SHA for 0c66714
File tree
Expand file treeCollapse file tree
5 files changed
+23
-6
lines changedOpen diff view settings
Filter options
- .github/workflows
Expand file treeCollapse file tree
5 files changed
+23
-6
lines changedOpen diff view settings
Collapse file
.github/workflows/coding-standards.yml
Copy file name to clipboardExpand all lines: .github/workflows/coding-standards.yml+6-2Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4 | 4 | |
5 | 5 | |
6 | 6 | |
| 7 | + |
7 | 8 | |
8 | | - |
9 | | - |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
10 | 14 | |
11 | 15 | |
12 | 16 | |
|
Collapse file
.github/workflows/javascript-tests.yml
Copy file name to clipboardExpand all lines: .github/workflows/javascript-tests.yml+6-1Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4 | 4 | |
5 | 5 | |
6 | 6 | |
7 | | - |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
8 | 13 | |
9 | 14 | |
10 | 15 | |
|
Collapse file
.github/workflows/php-compatibility.yml
Copy file name to clipboardExpand all lines: .github/workflows/php-compatibility.yml+4-1Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
6 | 6 | |
7 | 7 | |
8 | 8 | |
9 | | - |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
10 | 13 | |
11 | 14 | |
12 | 15 | |
|
Collapse file
.github/workflows/phpunit-tests.yml
Copy file name to clipboardExpand all lines: .github/workflows/phpunit-tests.yml+5-1Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4 | 4 | |
5 | 5 | |
6 | 6 | |
7 | | - |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
8 | 12 | |
9 | 13 | |
10 | 14 | |
|
Collapse file
.github/workflows/verify-npm-on-windows.yml
Copy file name to clipboardExpand all lines: .github/workflows/verify-npm-on-windows.yml+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4 | 4 | |
5 | 5 | |
6 | 6 | |
7 | | - |
| 7 | + |
| 8 | + |
8 | 9 | |
9 | 10 | |
10 | 11 | |
|
0 commit comments