Skip to content

Commit

Permalink
github: Adding rc- and testing-rc- branches to be tested
Browse files Browse the repository at this point in the history
So we can run our tests on the rc branches as well.

Signed-off-by: René Dudfield <[email protected]>
  • Loading branch information
illume committed Jun 27, 2024
1 parent f66b259 commit 57065b1
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
push:
branches:
- main
- rc-*
- testing-rc-*
paths:
- 'frontend/**'
- Makefile
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/backend-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ on:
pull_request:
paths:
- 'backend/**'

push:
branches:
- main
- rc-*
- testing-rc-*

permissions:
contents: read

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
push:
branches:
- main
- rc-*
- testing-rc-*
paths:
- 'backend/**'
- Makefile
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ on:
- Dockerfile
- Dockerfile.plugins
- 'e2e-tests/**'

push:
branches:
- main
- rc-*
- testing-rc-*

permissions:
contents: read

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
push:
branches:
- main
- rc-*
- testing-rc-*
paths:
- "frontend/**"
- Makefile
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/helm-chart-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ on:
paths:
- charts/**
- '!charts/**/README.md'

push:
branches:
- main
- rc-*
- testing-rc-*

permissions:
contents: read

Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/helm-chart-template-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ on:
paths:
- charts/**
- '!charts/**/README.md'

push:
branches:
- main
- rc-*
- testing-rc-*

permissions:
contents: read

Expand Down

0 comments on commit 57065b1

Please sign in to comment.