mirror of
https://github.com/luong-komorebi/Awesome-Linux-Software.git
synced 2024-10-01 01:45:42 -04:00
fix: allow github action to run on push and pull request to master
This commit is contained in:
parent
9b2ca86ce0
commit
d691130958
8
.github/workflows/action.yml
vendored
8
.github/workflows/action.yml
vendored
@ -1,6 +1,12 @@
|
|||||||
name: Check Markdown links
|
name: Check Markdown links
|
||||||
|
|
||||||
on: push
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
markdown-link-check:
|
markdown-link-check:
|
||||||
|
Loading…
Reference in New Issue
Block a user