Skip to content

Commit 5d7b2de

Browse files
committed
fixed:check name is incorrect
1 parent a6d1c33 commit 5d7b2de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cppcheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: cpp check workflows
33
on:
44
push:
55
branches:
6-
- 'master'
6+
- 'develop'
77
paths:
88
- 'XEngine_Source/**'
99
- 'XEngine_Release/**'
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout main repository code
1818
uses: actions/checkout@v4
1919
with:
20-
ref: 'master'
20+
ref: 'develop'
2121

2222
- name: Create static_analysis directory
2323
run: mkdir -p static_analysis

0 commit comments

Comments
 (0)