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 3d9016bCopy full SHA for 3d9016b
.github/workflows/[email protected]
@@ -3,8 +3,32 @@ name: 'Tests (Driver 4.x)'
3
on:
4
push:
5
branches: [ scylla-4.*x ]
6
+ paths-ignore:
7
+ - "docs/**"
8
+ - "docs/*"
9
+ - .github/workflows/docs-pages.yml
10
+ - .github/workflows/docs-pr.yml
11
+ - .github/workflows/re-release.yml
12
+ - .github/workflows/release.yml
13
+ - "*.md"
14
+ - "*.sh"
15
+ - "renovate.json"
16
+ - ".snyk"
17
+ - ".gitignore"
18
pull_request:
19
20
21
22
23
24
25
26
27
28
29
30
31
32
workflow_dispatch:
33
34
jobs:
0 commit comments