Skip to content

Commit

Permalink
fix structure
Browse files Browse the repository at this point in the history
  • Loading branch information
el-ev committed Jan 13, 2025
1 parent 1738e13 commit 57541c8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/ci.yaml → .github/workflows/vf2-firmware.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: vf2-firmware

-- once a week
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
schedule:
- cron: '0 0 * * 0'

Expand All @@ -19,7 +18,7 @@ jobs:
- uses: actions/checkout@v4

- name: Pull submodules
run: git submodule update --init --recursive --depth=1
run: git submodule update --init --recursive

- name: Install dependencies
run: |
Expand Down

0 comments on commit 57541c8

Please sign in to comment.