Skip to content

Commit

Permalink
build on next/* PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Sep 18, 2023
1 parent 448e798 commit 37cc382
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-compose-community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- master
- release/**
- next/**
paths:
- docker-compose/community-docker-compose.yml
- test/postman/docker-compose/**
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-compose-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- master
- release/**
- next/**
paths:
- "! docker-compose/community-docker-compose.yml"
- docker-compose/**
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/helm-community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
- release/**
- next/**
paths:
- helm/**
- test/postman/helm/**
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/helm-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
- release/**
- next/**
paths:
- helm/**
- test/postman/helm/**
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/helm-static-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
- release/**
- next/**
paths:
- helm/**
- test/postman/helm/**
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pre-commit-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- master
- release/**
- next/**
paths:
- docker-compose/**
- .pre-commit-config.yaml
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pre-commit-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- master
- release/**
- next/**
paths:
- helm/**
- test/postman/helm/**
Expand Down

0 comments on commit 37cc382

Please sign in to comment.