Skip to content

Commit eedfb53

Browse files
feat(workflow): add tag filter to Push event for versioning
1 parent dac87d7 commit eedfb53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/gh-workflow-tailcall/src/standard.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ impl StandardWorkflow {
239239

240240
fn workflow_event(&self) -> Event {
241241
Event::default()
242-
.push(Push::default().add_branch("main"))
242+
.push(Push::default().add_branch("main").add_tag("v*"))
243243
.pull_request(
244244
PullRequest::default()
245245
.add_type(PullRequestType::Opened)

0 commit comments

Comments
 (0)