Skip to content

Commit

Permalink
Merge pull request #82 from raballew/run-ci-on-pr
Browse files Browse the repository at this point in the history
ci: trigger on PR
  • Loading branch information
DavidBurkett authored Jun 22, 2021
2 parents 709606d + b522494 commit e635fa7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/markdown-links.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Check Markdown links

on: push
on:
push:
branches:
- master
pull_request:
branches:
- '*'

jobs:
markdown-link-check:
Expand Down

0 comments on commit e635fa7

Please sign in to comment.