Skip to content

Commit

Permalink
Introduce stable branch (odigos-io#1567)
Browse files Browse the repository at this point in the history
  • Loading branch information
edeNFed committed Oct 2, 2024
1 parent 5ede468 commit 325d5f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: build

on:
merge_group:
pull_request:
branches:
- main
- stable

jobs:
build-autoscaler:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: E2E Tests

on:
merge_group:
pull_request:
branches:
- main
- stable

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/go-mod-tidy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: go mod tidy
on:
merge_group:
pull_request:

jobs:
Expand Down

0 comments on commit 325d5f1

Please sign in to comment.