We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f687e47 commit 62e1e30Copy full SHA for 62e1e30
1 file changed
.github/workflows/tests@v1.yml
@@ -3,8 +3,30 @@ name: Tests
3
on:
4
push:
5
branches: [ scylla-3.*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