Skip to content

Commit b6c5447

Browse files
author
Bensingh Pancras
committed
Action will now trigger on push top all branches
1 parent e8fa4d2 commit b6c5447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Check Markdown links
22

33
on:
44
push:
5-
- *
5+
branches: *
66
schedule: cron "0 9 * * 1" #Run the action every Monday at 9 am.
77

88
jobs:

0 commit comments

Comments
 (0)