Skip to content

Commit 5ade62c

Browse files
author
Bensingh Pancras
committed
Action will now trigger on push and pullrequest event
1 parent b6c5447 commit 5ade62c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Check Markdown links
22

3-
on:
4-
push:
5-
branches: *
3+
on: [push, pull_request]
64
schedule: cron "0 9 * * 1" #Run the action every Monday at 9 am.
75

86
jobs:

0 commit comments

Comments
 (0)