Skip to content

Commit

Permalink
Remove release branches from pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
akondur committed Jul 24, 2024
1 parent a171761 commit ebe8f68
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/helm-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
- develop
- main
- feature**
- release**
jobs:
build-operator-image:
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/int-test-azure-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
branches:
- develop
- main
- release**
jobs:
build-operator-image:
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/int-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
- develop
- main
- feature**
- release**
jobs:
build-operator-image:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ebe8f68

Please sign in to comment.