Skip to content

Commit

Permalink
Trigger actions on v2 (#2982)
Browse files Browse the repository at this point in the history
### Description

<!--
What's included in this PR?
-->

### Drive-by changes

<!--
Are there any minor or drive-by changes also included?
-->

### Related issues

<!--
- Fixes #[issue number here]
-->

### Backward compatibility

<!--
Are these changes backward compatible? Are there any infrastructure
implications, e.g. changes that would prohibit deploying older commits
using this infra tooling?

Yes/No
-->

### Testing

<!--
What kind of testing have these changes undergone?

None/Manual/Unit Tests
-->
  • Loading branch information
tkporter authored Nov 27, 2023
1 parent 2f6599d commit d88f660
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/monorepo-docker.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build and Push Monorepo Image to GCR
on:
push:
branches: [main]
branches: [v2]
tags:
- '**'
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-docker.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build and Push Agent Image to GCR
on:
push:
branches: [main]
branches: [v2]
tags:
- '**'
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-skipped.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: rust

on:
pull_request:
branches: [main]
branches: [v2]
paths-ignore:
- 'rust/**'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: rust

on:
push:
branches: [main]
branches: [v2]
pull_request:
paths:
- 'rust/**'
Expand Down

0 comments on commit d88f660

Please sign in to comment.