Skip to content

Commit 5d698e6

Browse files
committed
ignored path
1 parent 7f9ba03 commit 5d698e6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,26 @@ on:
77
- master
88
tags:
99
- 'v*.*.*'
10+
paths-ignore:
11+
- '**.md'
12+
- 'LICENSE'
13+
- '.gitignore'
14+
- 'docs/**'
15+
- 'screenshots/**'
16+
- '.github/ISSUE_TEMPLATE/**'
17+
- '.github/PULL_REQUEST_TEMPLATE/**'
1018
pull_request:
1119
branches:
1220
- main
1321
- master
22+
paths-ignore:
23+
- '**.md'
24+
- 'LICENSE'
25+
- '.gitignore'
26+
- 'docs/**'
27+
- 'screenshots/**'
28+
- '.github/ISSUE_TEMPLATE/**'
29+
- '.github/PULL_REQUEST_TEMPLATE/**'
1430
workflow_dispatch:
1531
inputs:
1632
tag:

0 commit comments

Comments
 (0)