summaryrefslogtreecommitdiff
path: root/.github/workflows/pre-commit.yml
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-12-08 10:00:25 +0700
committerhathach <[email protected]>2022-12-08 10:00:25 +0700
commit34081f6c5c0fa4541a2eba5fdd8cc0cfbfe35951 (patch)
tree6cccb3942603ce43721e0f6ca880a4e62903ba68 /.github/workflows/pre-commit.yml
parentbe4f4e4f79c2342bda3b42653332129332a58d0b (diff)
update ci
Diffstat (limited to '.github/workflows/pre-commit.yml')
-rw-r--r--.github/workflows/pre-commit.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index c0261ec66..96a59069b 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -1,8 +1,9 @@
name: pre-commit
on:
- pull_request:
push:
+ pull_request:
+ branches: [ master ]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
@@ -32,5 +33,5 @@ jobs:
run: |
# Install Ceedling
gem install ceedling
- cd test
+ cd test/unit-test
ceedling test:all \ No newline at end of file