Skip to content

Commit

Permalink
add dev branch to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Dec 12, 2024
1 parent f1ab6a2 commit 75d4b2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ on:
pull_request:
branches:
- main
- dev
push:
branches:
- main
- dev
tags: '*'
workflow_dispatch:
jobs:
Expand All @@ -16,7 +18,6 @@ jobs:
fail-fast: false
matrix:
version:
- 'min'
- 'lts'
- '1'
- 'pre'
Expand Down

0 comments on commit 75d4b2e

Please sign in to comment.