Skip to content

Commit

Permalink
ci: De-duplicate release workflows for v0.37.x (#311)
Browse files Browse the repository at this point in the history
Signed-off-by: Thane Thomson <[email protected]>
  • Loading branch information
thanethomson authored Feb 10, 2023
1 parent 0ee0788 commit 1a5b9fd
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 12 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
pull_request:
push:
branches:
- main
- release/**
- v0.37.x

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/docs-toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request:
push:
branches:
- main
- v0.37.x

jobs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
pull_request:
push:
branches:
- main
- release/**
- v0.37.x

jobs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ on:
pull_request:
push:
branches:
- main
- release/**
- v0.37.x

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ on:
pull_request:
push:
branches:
- main
- v0.37.x

jobs:
golangci:
name: golangci-lint
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Markdown Linter
on:
push:
branches:
- main
- v0.37.x
paths:
- "**.md"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/proto-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
- 'proto/**'
push:
branches:
- main
- v0.37.x
paths:
- 'proto/**'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
paths:
- "**.go"
branches:
- main
- release/**
- v0.37.x

jobs:
Expand Down

0 comments on commit 1a5b9fd

Please sign in to comment.