Skip to content

Commit

Permalink
remove v2 from the main pipelines (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
kang-makes authored May 12, 2022
1 parent ac4812a commit ee09a53
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: E2E over minikube

on:
pull_request:
branches-ignore:
- v2
push:
branches:
- main
- v2

jobs:
e2eTests:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/push_pr.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Push/PR pipeline
on:
pull_request:
branches-ignore:
- v2
push:
branches:
- main
- v2

jobs:
build:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches:
- main
- v2

jobs:
# Sometimes chart-releaser might fetch an outdated index.yaml from gh-pages, causing a WAW hazard on the repo
Expand Down

0 comments on commit ee09a53

Please sign in to comment.