Skip to content
This repository was archived by the owner on Dec 30, 2022. It is now read-only.

Commit 945c4d6

Browse files
authored
Merge pull request github#25073 from github/repo-sync
repo sync
2 parents 7b1ba27 + e3ba738 commit 945c4d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/actions/using-workflows/workflow-syntax-for-github-actions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ For more information about branch, tag, and path filter syntax, see "[`on.<push>
973973
| `'**'` | Matches all branch and tag names. This is the default behavior when you don't use a `branches` or `tags` filter. | `all/the/branches`<br/><br/>`every/tag` |
974974
| `'*feature'` | The `*` character is a special character in YAML. When you start a pattern with `*`, you must use quotes. | `mona-feature`<br/><br/>`feature`<br/><br/>`ver-10-feature` |
975975
| `v2*` | Matches branch and tag names that start with `v2`. | `v2`<br/><br/>`v2.0`<br/><br/>`v2.9` |
976-
| `v[12].[0-9]+.[0-9]+` | Matches all semantic versioning branches and tags with major version 1 or 2 | `v1.10.1`<br/><br/>`v2.0.0` |
976+
| `v[12].[0-9]+.[0-9]+` | Matches all semantic versioning branches and tags with major version 1 or 2. | `v1.10.1`<br/><br/>`v2.0.0` |
977977

978978
### Patterns to match file paths
979979

content/rest/guides/delivering-deployments.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ the moment your code lands on the default branch.
2424
This guide will use that API to demonstrate a setup that you can use.
2525
In our scenario, we will:
2626

27-
* Merge a pull request
27+
* Merge a pull request.
2828
* When the CI is finished, we'll set the pull request's status accordingly.
2929
* When the pull request is merged, we'll run our deployment to our server.
3030

0 commit comments

Comments
 (0)