Skip to content

Commit 5482517

Browse files
committed
Merge branch 'master' into feature/ImprovingWorkflow
2 parents 2a7a647 + 4a0330e commit 5482517

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/pipeline.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@ name: Pipeline
33
on:
44
push:
55
branches: [ master ]
6-
paths-ignore:
7-
- '*.md'
6+
paths-ignore:
7+
- '**.md'
88
pull_request:
99
branches: [ master ]
1010
paths-ignore:
11-
- '*.md'
11+
- '**.md'
1212
schedule:
1313
- cron: "0 1 * * *"
1414
release:
1515
types: [published]
16+
1617
workflow_dispatch: # manually run
1718
inputs:
1819
reason:

0 commit comments

Comments
 (0)