We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b83bed1 commit aa88d65Copy full SHA for aa88d65
1 file changed
.github/workflows/release.yml
@@ -20,15 +20,13 @@
20
# - Merges to main
21
# - Release candidate tags (*-rc*)
22
# - Release tags (e.g., 45.0.0)
23
-# - Release branches (branch-*)
24
25
name: Release Build
26
27
on:
28
push:
29
branches:
30
- "main"
31
- - "branch-*" # Release branches
32
tags:
33
- "*-rc*" # Release candidates (e.g., 45.0.0-rc1)
34
- "[0-9]+.*" # Release tags (e.g., 45.0.0)
0 commit comments