We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c7954 commit 54c5770Copy full SHA for 54c5770
.github/main.workflow
.github/workflows/pull_request.yml
@@ -1,14 +1,16 @@
1
name: Hugo Link Check
2
on:
3
pull_request:
4
- types: [opened, synchronized]
+ branches:
5
+ - main
6
+
7
jobs:
8
filter-to-pr-open-synced:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v2
12
- name: linkcheck
- uses: marccampbell/hugo-linkcheck-action@v0.1.2
13
+ uses: marccampbell/hugo-linkcheck-action@v0.1.3
14
env:
15
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16
HUGO_FINAL_URL: https://help.replicated.com
0 commit comments