We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f9ba03 commit 5d698e6Copy full SHA for 5d698e6
1 file changed
.github/workflows/docker-publish.yml
@@ -7,10 +7,26 @@ on:
7
- master
8
tags:
9
- 'v*.*.*'
10
+ paths-ignore:
11
+ - '**.md'
12
+ - 'LICENSE'
13
+ - '.gitignore'
14
+ - 'docs/**'
15
+ - 'screenshots/**'
16
+ - '.github/ISSUE_TEMPLATE/**'
17
+ - '.github/PULL_REQUEST_TEMPLATE/**'
18
pull_request:
19
branches:
20
- main
21
22
23
24
25
26
27
28
29
30
workflow_dispatch:
31
inputs:
32
tag:
0 commit comments