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 e3e3d24 commit 954fe73Copy full SHA for 954fe73
.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*" # 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