Skip to content

Commit

Permalink
Update branch
Browse files Browse the repository at this point in the history
  • Loading branch information
goomens committed Mar 20, 2024
1 parent 898fa7b commit c620233
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build and release chart

on:
push:
branches: [ "main", "github-packages" ]
branches: [ "master" ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build and push container

on:
push:
branches: [ "main", "github-packages" ]
branches: [ "master" ]

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit c620233

Please sign in to comment.