8000
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 793d96f commit 417daabCopy full SHA for 417daab
.github/workflows/aws-main.yml
@@ -14,8 +14,21 @@ on:
14
- '!.gitignore'
15
- '!.git-blame-ignore-revs'
16
- '!.github/**'
17
+ - '!docs/**'
18
branches:
19
- 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
32
workflow_dispatch:
33
inputs:
34
onlyAcceptanceTests:
.github/workflows/aws-tests-mamr.yml
@@ -7,6 +7,7 @@ on:
7
paths:
8
- '.github/workflows/aws-mamr.yml'
9
- '.github/workflows/aws-tests.yml'
10
11
12
13
disableCaching:
0 commit comments