Skip to content

Commit 334458c

Browse files
committed
Added other important extensions to github actions
1 parent 803a8bb commit 334458c

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/workflows/CD-pre-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- main
77
paths:
88
- '**.py'
9+
- '**.cfg'
10+
- '**.ini'
11+
- '**.toml'
912

1013
jobs:
1114
build-on-push:

.github/workflows/CD.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- 'v*'
77
paths:
88
- '**.py'
9+
- '**.cfg'
10+
- '**.ini'
11+
- '**.toml'
912

1013
jobs:
1114
release-on-push:

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
pull_request:
55
paths:
66
- '**.py'
7+
- '**.cfg'
8+
- '**.ini'
9+
- '**.toml'
710

811
jobs:
912
build:

0 commit comments

Comments
 (0)