We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23bf227 commit bf615b8Copy full SHA for bf615b8
.github/workflows/linkchecker.yml
@@ -4,6 +4,8 @@ env:
4
5
# Run this workflow every time a new commit pushed to your repository
6
on:
7
+ pull_request:
8
+ branches: [ "main" ]
9
# Automatic Schedule Trigger
10
schedule:
11
# Run on 1st day of every month
@@ -26,8 +28,6 @@ jobs:
26
28
steps:
27
29
- name: Install Python
30
uses: actions/setup-python@v5
- with:
- python-version: '3.8'
31
- name: Setup Environment
32
run: |
33
pip3 install git+https://github.com/linkchecker/linkchecker.git
0 commit comments