fix: allow github action to run on push and pull request to master

This commit is contained in:
Luong Vo 2022-10-22 18:03:38 +07:00
parent 9b2ca86ce0
commit d691130958
No known key found for this signature in database
GPG Key ID: 0E5CF98D50B145D0

View File

@ -1,6 +1,12 @@
name: Check Markdown links
on: push
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
markdown-link-check: