Skip to content

Commit a532330

Browse files
authored
Merge pull request #255 from WyriHaximusNet/don't-build-on-readme-updates
Don't build on README updates
2 parents 880fc9d + afe0c56 commit a532330

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)