Skip to content

Commit 34081f6

Browse files
committed
update ci
1 parent be4f4e4 commit 34081f6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: pre-commit
22

33
on:
4-
pull_request:
54
push:
5+
pull_request:
6+
branches: [ master ]
67

78
concurrency:
89
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
@@ -32,5 +33,5 @@ jobs:
3233
run: |
3334
# Install Ceedling
3435
gem install ceedling
35-
cd test
36+
cd test/unit-test
3637
ceedling test:all

0 commit comments

Comments
 (0)