Skip to content

Commit ac466c6

Browse files
committed
build: add paths to main pipeline
1 parent d8ed6dd commit ac466c6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/main.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,22 @@ name: main
33
on:
44
push:
55
branches: [ master ]
6+
paths:
7+
- csaps/**/*
8+
- docs/**/*
9+
- tests/**/*
10+
- poetry.lock
11+
- pyproject.toml
12+
- .github/workflows/main.yml
613
pull_request:
714
branches: [ master ]
15+
paths:
16+
- csaps/**/*
17+
- docs/**/*
18+
- tests/**/*
19+
- poetry.lock
20+
- pyproject.toml
21+
- .github/workflows/main.yml
822

923
jobs:
1024
tests:

0 commit comments

Comments
 (0)