Skip to content

Commit

Permalink
Merge pull request #255 from WyriHaximusNet/don't-build-on-readme-upd…
Browse files Browse the repository at this point in the history
…ates

Don't build on README updates
  • Loading branch information
WyriHaximus authored Dec 18, 2024
2 parents 880fc9d + afe0c56 commit a532330
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Alpine
on:
workflow_dispatch:
push:
paths-ignore:
- 'README.md'
branches:
- master
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Debian
on:
workflow_dispatch:
push:
paths-ignore:
- 'README.md'
branches:
- master
pull_request:
Expand Down

0 comments on commit a532330

Please sign in to comment.