Skip to content

Commit ff53e5a

Browse files
committed
ci: update checkout, enable for development
1 parent b4a6e50 commit ff53e5a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ main, development]
66
pull_request:
77
branches: [ main, development]
88

@@ -14,8 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
18-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1918

2019
- name: Install deps
2120
run: |

0 commit comments

Comments
 (0)