We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7af71a7 commit 486aa40Copy full SHA for 486aa40
.github/workflows/release_candidate.yml
@@ -21,7 +21,7 @@ on:
21
push:
22
tags:
23
# Trigger workflow when a tag whose name matches the pattern
24
- #"apache-arrow-{MAJOR}.{MINOR}.{PATCH}-rc{RC_NUM}" is pushed.
+ # "apache-arrow-{MAJOR}.{MINOR}.{PATCH}-rc{RC_NUM}" is pushed.
25
- "apache-arrow-[0-9]+.[0-9]+.[0-9]+-rc[0-9]+"
26
27
permissions:
0 commit comments