Skip to content

Commit

Permalink
fixing runner
Browse files Browse the repository at this point in the history
  • Loading branch information
RCMast3r committed Sep 15, 2024
1 parent 6f60cfc commit c60c6df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Generate and Release
on:
push:
branches:
- main
- master

jobs:
build-lib:
Expand All @@ -19,8 +19,8 @@ jobs:

- uses: actions/checkout@v4
with:
repository: hytech-racing/HT_params
ref: refs/heads/main
repository: hytech-racing/HT_proto
ref: refs/heads/master

- run: nix run .#nanopb-runner

Expand Down

0 comments on commit c60c6df

Please sign in to comment.