8000 Activate new GHA pipeline on PRs (#12648) · localstack/localstack@417daab · GitHub
[go: up one dir, main page]

Skip to content

Commit 417daab

Browse files
authored
Activate new GHA pipeline on PRs (#12648)
1 parent 793d96f commit 417daab

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.github/workflows/aws-main.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,21 @@ on:
1414
- '!.gitignore'
1515
- '!.git-blame-ignore-revs'
1616
- '!.github/**'
17+
- '!docs/**'
1718
branches:
1819
- master
20+
pull_request:
21+
paths:
22+
- '**'
23+
- '.github/actions/**'
24+
- '.github/workflows/aws-main.yml'
25+
- '.github/workflows/aws-tests.yml'
26+
- '!CODEOWNERS'
27+
- '!README.md'
28+
- '!.gitignore'
29+
- '!.git-blame-ignore-revs'
30+
- '!.github/**'
31+
- '!docs/**'
1932
workflow_dispatch:
2033
inputs:
2134
onlyAcceptanceTests:

.github/workflows/aws-tests-mamr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
paths:
88
- '.github/workflows/aws-mamr.yml'
99
- '.github/workflows/aws-tests.yml'
10+
- '.github/actions/**'
1011
workflow_dispatch:
1112
inputs:
1213
disableCaching:

0 commit comments

Comments
 (0)
0