Skip to content

Commit 956c1ba

Browse files
committed
Add paths-ignore:vendor/cpm-cmake-package-lock to .github/workflows/ci.yml
1 parent 85f8fea commit 956c1ba

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@ on:
44
push:
55
branches:
66
- main
7+
paths-ignore:
8+
- vendor/cpm-cmake-package-lock
79
pull_request:
810

911
jobs:
1012
build:
1113
runs-on: macos-15
1214

1315
steps:
14-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v6
1517
with:
1618
fetch-depth: 1
1719
- name: brew install

0 commit comments

Comments
 (0)