Skip to content

Commit

Permalink
Update ci-types-gen.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
siduck authored Jan 19, 2025
1 parent 23e3f9b commit 1b822aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-types-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI update NvChad types
on:
push:
branches:
- v2.5
- v3.0
workflow_dispatch:
inputs:
logLevel:
Expand All @@ -18,10 +18,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout base46/v2.5
- name: Checkout base46/v3.0
uses: actions/checkout@v4
with:
ref: v2.5
ref: v3.0

- name: Prepare
env:
Expand Down

0 comments on commit 1b822aa

Please sign in to comment.