change workflow to target the develop branch

This commit is contained in:
Christoph Hollizeck 2026-03-17 12:07:49 +01:00
parent 6dee806947
commit b1a7f98365

View file

@ -9,6 +9,8 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
with:
ref: develop
- name: Update flake
if: ${{ github.event_name == 'schedule' }}
run: |