Skip to content

Commit

Permalink
Ignore text and markdown files in the CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Aug 23, 2024
1 parent 73d7a2c commit 8cc4dff
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
on: [push, pull_request]
on:
push:
paths-ignore:
- '**/*.md'
- '**/*.txt'
pull_request:
paths-ignore:
- '**/*.md'
- '**/*.txt'
name: Build
env:
GOFLAGS: -mod=vendor
Expand Down

0 comments on commit 8cc4dff

Please sign in to comment.