From 284976b5a5b2064aea8e6dc4bb4dcf0542b1518c Mon Sep 17 00:00:00 2001 From: Berkay Tekin Oz Date: Wed, 18 Dec 2024 10:03:11 +0000 Subject: [PATCH] Update workflows to use the main branch --- .github/workflows/pull_request.yaml | 2 +- .github/workflows/release_charts.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 5bb4c65..86779d0 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -3,7 +3,7 @@ on: pull_request: push: branches: - - rockcraft + - main jobs: build-and-push-arch-specifics: diff --git a/.github/workflows/release_charts.yaml b/.github/workflows/release_charts.yaml index 801809a..7b941dd 100644 --- a/.github/workflows/release_charts.yaml +++ b/.github/workflows/release_charts.yaml @@ -3,7 +3,7 @@ name: Release Charts on: push: branches: - - rockcraft + - main paths: - "deploy/charts/**" jobs: @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - ref: rockcraft + ref: main fetch-depth: 0 - name: Configure Git