Skip to content

Commit

Permalink
Update workflows to use the main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
berkayoz committed Dec 18, 2024
1 parent fbba3dd commit 284976b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
push:
branches:
- rockcraft
- main

jobs:
build-and-push-arch-specifics:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release Charts
on:
push:
branches:
- rockcraft
- main
paths:
- "deploy/charts/**"
jobs:
Expand All @@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ref: rockcraft
ref: main
fetch-depth: 0

- name: Configure Git
Expand Down

0 comments on commit 284976b

Please sign in to comment.