Skip to content

Commit 54c5770

Browse files
committed
Fix linkech action on PR
1 parent 66c7954 commit 54c5770

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/main.workflow

Lines changed: 0 additions & 4 deletions
This file was deleted.

.github/workflows/pull_request.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
name: Hugo Link Check
22
on:
33
pull_request:
4-
types: [opened, synchronized]
4+
branches:
5+
- main
6+
57
jobs:
68
filter-to-pr-open-synced:
79
runs-on: ubuntu-latest
810
steps:
911
- uses: actions/checkout@v2
1012
- name: linkcheck
11-
uses: marccampbell/hugo-linkcheck-action@v0.1.2
13+
uses: marccampbell/hugo-linkcheck-action@v0.1.3
1214
env:
1315
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1416
HUGO_FINAL_URL: https://help.replicated.com

0 commit comments

Comments
 (0)