We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94db70d commit 51357d7Copy full SHA for 51357d7
1 file changed
.github/workflows/ci.yml
@@ -3,8 +3,24 @@ name: CI
3
on:
4
push:
5
branches: [main]
6
+ paths-ignore:
7
+ - '**.md'
8
+ - 'docs/**'
9
+ - 'LICENSE'
10
+ - '.gitignore'
11
+ - '.dockerignore'
12
+ - 'docker/**'
13
+ - 'docker-compose*.yml'
14
pull_request:
15
16
17
18
19
20
21
22
23
24
workflow_dispatch:
25
26
concurrency:
0 commit comments