Skip to content

Commit 4f3ef28

Browse files
author
Beykan Şen
committed
Add paths-ignore to workflows.
1 parent 63cb6b0 commit 4f3ef28

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/build_and_push.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- 'master'
7+
paths-ignore:
8+
- '**.md'
79

810
jobs:
911
test:

.github/workflows/codeql-analysis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,13 @@ name: "CodeQL"
1414
on:
1515
push:
1616
branches: [ "master" ]
17+
paths-ignore:
18+
- '**.md'
1719
pull_request:
1820
# The branches below must be a subset of the branches above
1921
branches: [ "master" ]
22+
paths-ignore:
23+
- '**.md'
2024
schedule:
2125
- cron: '29 3 * * 3'
2226

0 commit comments

Comments
 (0)