We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710afec commit 9900bf1Copy full SHA for 9900bf1
.github/workflows/[email protected]
@@ -3,8 +3,30 @@ name: 'Tests (Driver 4.x)'
3
on:
4
push:
5
branches: [ scylla-4.*x ]
6
+ paths-ignore:
7
+ - "docs/**"
8
+ - .github/workflows/docs-pages.yml
9
+ - .github/workflows/docs-pr.yml
10
+ - .github/workflows/re-release.yml
11
+ - .github/workflows/release.yml
12
+ - "*.md"
13
+ - "*.sh"
14
+ - "renovate.json"
15
+ - ".snyk"
16
+ - ".gitignore"
17
pull_request:
18
19
20
21
22
23
24
25
26
27
28
29
30
workflow_dispatch:
31
32
jobs:
0 commit comments