We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b4fbdd commit d108802Copy full SHA for d108802
1 file changed
.github/workflows/broken-links.yml
@@ -1,11 +1,6 @@
1
name: broken links?
2
'on':
3
- push:
4
- branches:
5
- - "**"
6
- schedule:
7
- - cron: 0 16 * * *
8
- workflow_dispatch:
+ pull_request:
9
jobs:
10
linkChecker:
11
runs-on: ubuntu-latest
0 commit comments