Skip to content

Commit

Permalink
Merge pull request #75 from datawire/rlane/ignore-md-changes-on-push
Browse files Browse the repository at this point in the history
Ignore markdown-only changes on push
  • Loading branch information
rick-a-lane-ii authored Mar 5, 2024
2 parents 8223ff7 + 62562ad commit 9c86b29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/github-runner-provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
push:
branches:
- 'main'
paths-ignore:
- '**/*.md'

jobs:
go_test:
Expand Down

0 comments on commit 9c86b29

Please sign in to comment.