We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 826c06d commit 6f23686Copy full SHA for 6f23686
1 file changed
.github/workflows/main.yml
@@ -3,7 +3,11 @@
3
4
name: Link Check on Patterns and README
5
6
-on: push
+on:
7
+ push:
8
+ branches:
9
+ - "master"
10
+ pull_request:
11
12
jobs:
13
linkChecker:
0 commit comments