Skip to content

Commit 0f88fc4

Browse files
author
NEVSTOP
committed
Update GitHub Actions to ignore documentation files
1 parent 4b01242 commit 0f88fc4

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

.github/workflows/Build_VIPM_Library.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,22 @@ on:
1111
types: [closed]
1212
paths-ignore:
1313
- '**.md'
14+
- '**.txt'
15+
- '**.drawio'
16+
- '**.png'
17+
- '**.svg'
18+
- '**.json'
19+
- '**.yml'
1420

1521
push:
1622
paths-ignore:
1723
- '**.md'
24+
- '**.txt'
25+
- '**.drawio'
26+
- '**.png'
27+
- '**.svg'
28+
- '**.json'
29+
- '**.yml'
1830

1931
# Allows you to run this workflow manually from the Actions tab
2032
workflow_dispatch:

.github/workflows/Check_Broken_VIs.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,21 @@ on:
1313
- '**.txt'
1414
- '**.drawio'
1515
- '**.vipb'
16+
- '**.png'
17+
- '**.svg'
18+
- '**.json'
19+
- '**.yml'
1620

1721
push:
1822
paths-ignore:
1923
- '**.md'
2024
- '**.txt'
2125
- '**.drawio'
2226
- '**.vipb'
27+
- '**.png'
28+
- '**.svg'
29+
- '**.json'
30+
- '**.yml'
2331

2432
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
2533
jobs:

.github/workflows/Run Testcases.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
- '**.drawio'
1515
- '**.vipb'
1616
- '**.png'
17+
- '**.svg'
1718
- '**.json'
1819
- '**.yml'
1920

@@ -24,6 +25,7 @@ on:
2425
- '**.drawio'
2526
- '**.vipb'
2627
- '**.png'
28+
- '**.svg'
2729
- '**.json'
2830
- '**.yml'
2931

0 commit comments

Comments
 (0)