Trigger on branch main

This commit is contained in:
Jörn Guy Süß 2025-07-16 13:38:50 +10:00
parent 43921790fa
commit ebb8f31974

View File

@ -3,7 +3,7 @@ name: Release Charts
on:
push:
branches:
- master
- main
paths:
- "charts/**"
@ -13,7 +13,7 @@ jobs:
steps:
- name: Add workspace as safe directory
run: |
git config --global --add safe.directory /__w/FHIRFLARE-IG-Toolkit/FHIRFLARE-IG-Toolkit
git config --global --add safe.directory /__w/hapi-fhir-jpaserver-starter/hapi-fhir-jpaserver-starter
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
@ -33,4 +33,4 @@ jobs:
with:
config: .github/ct/config.yaml
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"