Skip to content

Commit

Permalink
wrong branch namign
Browse files Browse the repository at this point in the history
  • Loading branch information
moll-re committed Mar 8, 2024
1 parent 546bdc8 commit 79bf2b6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ env:

on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/chart-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ name: Release Charts

on:
push:
branches:
- master
# todo: only when a tag is pushed

jobs:
release:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-code-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Run code tests
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master


jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-webhook-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Run Tests
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master

jobs:
test:
Expand Down

0 comments on commit 79bf2b6

Please sign in to comment.