File tree Expand file tree Collapse file tree 3 files changed +62
-36
lines changed Expand file tree Collapse file tree 3 files changed +62
-36
lines changed Original file line number Diff line number Diff line change 3
3
workflow_dispatch :
4
4
pull_request :
5
5
paths :
6
- - " .github/workflows/tests-cli.yml"
7
- - " localstack/**"
8
- - " tests/**"
9
- - " setup.py"
10
- - " pyproject.toml"
11
- - " setup.cfg"
12
- - " Dockerfile"
13
- - " Dockerfile.rh"
14
- - " docker-compose.yml"
15
- - " bin/**"
6
+ - ' **'
7
+ - ' !.github/**'
8
+ - ' .github/workflows/tests-cli.yml'
9
+ - ' !doc/**'
10
+ - ' !scripts/**'
11
+ - ' !.dockerignore'
12
+ - ' !.git-blame-ignore-revs'
13
+ - ' !CODE_OF_CONDUCT.md'
14
+ - ' !CODEOWNERS'
15
+ - ' !CONTRIBUTING.md'
16
+ - ' !docker-compose.yml'
17
+ - ' !docker-compose-pro.yml'
18
+ - ' !Dockerfile*'
19
+ - ' !LICENSE.txt'
20
+ - ' !README.md'
16
21
branches :
17
22
- master
18
23
- release/*
19
24
push :
20
25
paths :
21
- - " .github/workflows/tests-cli.yml"
22
- - " localstack/**"
23
- - " tests/**"
24
- - " setup.py"
25
- - " pyproject.toml"
26
- - " setup.cfg"
27
- - " Dockerfile"
28
- - " Dockerfile.rh"
29
- - " docker-compose.yml"
30
- - " bin/**"
26
+ - ' **'
27
+ - ' !.github/**'
28
+ - ' .github/workflows/tests-cli.yml'
29
+ - ' !doc/**'
30
+ - ' !scripts/**'
31
+ - ' !.dockerignore'
32
+ - ' !.git-blame-ignore-revs'
33
+ - ' !CODE_OF_CONDUCT.md'
34
+ - ' !CODEOWNERS'
35
+ - ' !CONTRIBUTING.md'
36
+ - ' !docker-compose.yml'
37
+ - ' !docker-compose-pro.yml'
38
+ - ' !Dockerfile*'
39
+ - ' !LICENSE.txt'
40
+ - ' !README.md'
31
41
branches :
32
42
- master
33
43
- release/*
Original file line number Diff line number Diff line change 24
24
type : string
25
25
pull_request :
26
26
paths :
27
- - " .github/workflows/tests-pro-integration.yml"
28
- - " localstack/**"
29
- - " tests/**"
30
- - " setup.py"
31
- - " pyproject.toml"
32
- - " setup.cfg"
33
- - " Dockerfile"
34
- - " Dockerfile.rh"
35
- - " docker-compose.yml"
36
- - " bin/**"
27
+ - ' **'
28
+ - ' !.github/**'
29
+ - ' .github/workflows/tests-pro-integration.yml'
30
+ - ' !doc/**'
31
+ - ' !scripts/**'
32
+ - ' !.dockerignore'
33
+ - ' !.git-blame-ignore-revs'
34
+ - ' !CODE_OF_CONDUCT.md'
35
+ - ' !CODEOWNERS'
36
+ - ' !CONTRIBUTING.md'
37
+ - ' !docker-compose.yml'
38
+ - ' !docker-compose-pro.yml'
39
+ - ' !Dockerfile*'
40
+ - ' !LICENSE.txt'
41
+ - ' !README.md'
37
42
branches :
38
43
- master
39
44
- ' v[0-9]+'
42
47
- cron : ' 0 4 * * *' # run once a day at 4 AM UTC
43
48
push :
44
49
paths :
45
- - " .github/workflows/tests-pro-integration.yml"
46
- - " localstack/**/packages.py"
47
- - " localstack/packages/*.py"
48
- - " setup.py"
49
- - " pyproject.toml"
50
- - " setup.cfg"
50
+ - ' **'
51
+ - ' !.github/**'
52
+ - ' .github/workflows/tests-pro-integration.yml'
53
+ - ' !doc/**'
54
+ - ' !scripts/**'
55
+ - ' !.dockerignore'
56
+ - ' !.git-blame-ignore-revs'
57
+ - ' !CODE_OF_CONDUCT.md'
58
+ - ' !CODEOWNERS'
59
+ - ' !CONTRIBUTING.md'
60
+ - ' !docker-compose.yml'
61
+ - ' !docker-compose-pro.yml'
62
+ - ' !Dockerfile*'
63
+ - ' !LICENSE.txt'
64
+ - ' !README.md'
51
65
branches :
52
66
- master
53
67
Original file line number Diff line number Diff line change 15
15
- localstack/*.py
16
16
- tests/aws/services/s3/**
17
17
- Dockerfile.s3
18
+ - requirements-*.txt
18
19
- setup.cfg
19
20
- Makefile
20
21
branches :
33
34
- localstack/*.py
34
35
- tests/aws/services/s3/**
35
36
- Dockerfile.s3
37
+ - requirements-*.txt
36
38
- setup.cfg
37
39
- Makefile
38
40
workflow_dispatch :
You can’t perform that action at this time.
0 commit comments