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 cec8fc5 commit e1db42eCopy full SHA for e1db42e
.github/workflows/aws-main.yml
@@ -6,28 +6,28 @@ on:
6
push:
7
paths:
8
- '**'
9
+ - '!.github/**'
10
- '.github/actions/**'
11
- '.github/workflows/aws-main.yml'
12
- '.github/workflows/aws-tests.yml'
13
- '!CODEOWNERS'
14
- '!README.md'
15
- '!.gitignore'
16
- '!.git-blame-ignore-revs'
- - '!.github/**'
17
- '!docs/**'
18
branches:
19
- master
20
pull_request:
21
22
23
24
25
26
27
28
29
30
31
32
workflow_dispatch:
33
inputs:
0 commit comments