Skip to content

Commit d24ebe6

Browse files
authored
Fixing CI trigger rules (#164)
1 parent 4a3f4d9 commit d24ebe6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/integration.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ name: Integration Tests
44

55
on:
66
push:
7+
paths-ignore:
8+
- 'docs/**'
9+
- '**/*.rst'
10+
- '**/*.md'
11+
branches:
12+
- master
13+
- '[0-9].[0-9]'
14+
pull_request:
15+
branches:
16+
- master
17+
- '[0-9].[0-9]'
718

819
jobs:
920

0 commit comments

Comments
 (0)