Skip to content

Commit 5a8ccf4

Browse files
committed
chore(ci): ci to skip when changes are limited to workflow config files
1 parent 056abb6 commit 5a8ccf4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ on:
1717
push:
1818
branches:
1919
- main
20+
paths-ignore:
21+
- '.github/workflows/**'
2022
pull_request:
23+
paths-ignore:
24+
- '.github/workflows/**'
2125
name: ci
2226
jobs:
2327
# detect whether or note we should run "bulk" (non-handwritten) unit tests

0 commit comments

Comments
 (0)