Skip to content

Commit afe0c56

Browse files
committed
Don't build on README updates
1 parent 880fc9d commit afe0c56

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/alpine.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Alpine
22
on:
33
workflow_dispatch:
44
push:
5+
paths-ignore:
6+
- 'README.md'
57
branches:
68
- master
79
pull_request:

.github/workflows/debian.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Debian
22
on:
33
workflow_dispatch:
44
push:
5+
paths-ignore:
6+
- 'README.md'
57
branches:
68
- master
79
pull_request:

0 commit comments

Comments
 (0)