mirror of
https://github.com/luong-komorebi/Awesome-Linux-Software.git
synced 2025-09-09 22:00:41 +02:00
fix: allow github action to run on push and pull request to master
This commit is contained in:
8
.github/workflows/action.yml
vendored
8
.github/workflows/action.yml
vendored
@@ -1,6 +1,12 @@
|
||||
name: Check Markdown links
|
||||
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
markdown-link-check:
|
||||
|
Reference in New Issue
Block a user