Skip to content

Commit bf615b8

Browse files
author
BlackstoneEngineering
committed
debugging linkchecker
1 parent 23bf227 commit bf615b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linkchecker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ env:
44

55
# Run this workflow every time a new commit pushed to your repository
66
on:
7+
pull_request:
8+
branches: [ "main" ]
79
# Automatic Schedule Trigger
810
schedule:
911
# Run on 1st day of every month
@@ -26,8 +28,6 @@ jobs:
2628
steps:
2729
- name: Install Python
2830
uses: actions/setup-python@v5
29-
with:
30-
python-version: '3.8'
3131
- name: Setup Environment
3232
run: |
3333
pip3 install git+https://github.com/linkchecker/linkchecker.git

0 commit comments

Comments
 (0)