File tree 5 files changed +15
-0
lines changed
5 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 8
8
- ' !.github/workflows/integration-tests-h2.yml'
9
9
- ' docs/**'
10
10
- ' infra/**'
11
+ - ' src/main/config/*'
12
+ - ' src/main/scripts/**'
13
+ - ' !src/main/scripts/execute-command.sh'
11
14
12
15
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
13
16
permissions :
Original file line number Diff line number Diff line change 8
8
- ' !.github/workflows/integration-tests-mysql.yml'
9
9
- ' docs/**'
10
10
- ' infra/**'
11
+ - ' src/main/config/*'
12
+ - ' src/main/scripts/**'
13
+ - ' !src/main/scripts/execute-command.sh'
11
14
12
15
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
13
16
permissions :
Original file line number Diff line number Diff line change 8
8
- ' !.github/workflows/integration-tests-postgres.yml'
9
9
- ' docs/**'
10
10
- ' infra/**'
11
+ - ' src/main/config/*'
12
+ - ' src/main/scripts/**'
13
+ - ' !src/main/scripts/execute-command.sh'
11
14
12
15
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
13
16
permissions :
Original file line number Diff line number Diff line change 8
8
- ' !.github/workflows/static-analysis.yml'
9
9
- ' docs/**'
10
10
- ' infra/**'
11
+ - ' src/main/config/nginx/*'
12
+ - ' src/main/scripts/**'
13
+ - ' !src/main/scripts/execute-command.sh'
11
14
12
15
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
13
16
permissions :
Original file line number Diff line number Diff line change 8
8
- ' !.github/workflows/unit-tests.yml'
9
9
- ' docs/**'
10
10
- ' infra/**'
11
+ - ' src/main/config/*'
12
+ - ' src/main/scripts/**'
13
+ - ' !src/main/scripts/execute-command.sh'
11
14
12
15
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
13
16
permissions :
You can’t perform that action at this time.
0 commit comments