Skip to content

Commit cbeede2

Browse files
committed
Run url-checks on push to main
1 parent 7603838 commit cbeede2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/check-urls.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
name: Check URLs
22

33
on:
4+
push:
5+
branches:
6+
- main
47
# Run on each PR to main
58
pull_request:
69
branches:
710
- main
811
# And every day at 03:00 UTC
912
schedule:
10-
- cron: '0 3 * * *'
11-
13+
- cron: "0 3 * * *"
1214

1315
jobs:
1416
check-urls:

0 commit comments

Comments
 (0)