Skip to content

Commit 85e3749

Browse files
authored
Change branch references from 'main' to 'master'
1 parent 7fbbeaa commit 85e3749

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Check links
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [master]
66
pull_request:
7-
branches: [main]
7+
branches: [master]
88
schedule:
99
- cron: '0 6 * * 1' # Weekly on Mondays at 06:00 UTC
1010
workflow_dispatch: # Lets you run it manually from the Actions tab

0 commit comments

Comments
 (0)