We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae3359 commit e51eaa7Copy full SHA for e51eaa7
.github/workflows/test_and_deploy.yaml
@@ -4,7 +4,7 @@ on:
4
push:
5
branches: [main]
6
tags:
7
- - "v[0-9]+(\.[0-9]+)*(-?(rc|alpha|beta)(\.[0-9]+)?)" # Push events to matching v*, i.e. v1.0, v20.15.10, v1.0-rc.1, v2.1-alpha, v3.0-beta.3
+ - "v[0-9]+(\\.[0-9]+)*(-?(rc|alpha|beta)(\\.[0-9]+)?)" # Push events to matching v*, i.e. v1.0, v20.15.10, v1.0-rc.1, v2.1-alpha, v3.0-beta.3
8
pull_request:
9
10
0 commit comments