Skip to content

Commit

Permalink
chore: add noop workflow for markdown files (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
hnrkndrssn authored Jul 27, 2022
1 parent ae8e9f4 commit f99aa7d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/no-build-required.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: 'build-test'
on:
pull_request:
paths:
- '**.md'
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required" '

0 comments on commit f99aa7d

Please sign in to comment.