Skip to content

Commit 947f952

Browse files
committed
tweak CI runs
1 parent ba2b5fa commit 947f952

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build-test-deploy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ on:
55
push:
66
paths-ignore:
77
- 'README.md'
8+
- 'CHANGELOG.md'
89
- '.github/workflows/startup-tests.yml'
910
- '.github/workflows/change_log.yml'
1011
- '.github/workflows/nixos.yaml'
1112
pull_request:
1213
paths-ignore:
1314
- 'README.md'
15+
- 'CHANGELOG.md'
1416
- '.github/workflows/startup-tests.yml'
1517
- '.github/workflows/change_log.yml'
1618
- '.github/workflows/nixos.yaml'

.github/workflows/nixos.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ on:
44
push:
55
paths-ignore:
66
- 'README.md'
7+
- 'CHANGELOG.md'
78
- '.github/workflows/startup-tests.yml'
89
- '.github/workflows/change_log.yml'
910
pull_request:
1011
paths-ignore:
1112
- 'README.md'
13+
- 'CHANGELOG.md'
1214
- '.github/workflows/startup-tests.yml'
1315
- '.github/workflows/change_log.yml'
1416

0 commit comments

Comments
 (0)