change workflow to target the develop branch
This commit is contained in:
parent
6dee806947
commit
b1a7f98365
1 changed files with 2 additions and 0 deletions
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue