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 dac87d7 commit eedfb53Copy full SHA for eedfb53
crates/gh-workflow-tailcall/src/standard.rs
@@ -239,7 +239,7 @@ impl StandardWorkflow {
239
240
fn workflow_event(&self) -> Event {
241
Event::default()
242
- .push(Push::default().add_branch("main"))
+ .push(Push::default().add_branch("main").add_tag("v*"))
243
.pull_request(
244
PullRequest::default()
245
.add_type(PullRequestType::Opened)
0 commit comments