Skip to content

Commit

Permalink
Reduce linkcheck to PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae committed Nov 30, 2020
1 parent eb0dceb commit 46667e8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
name: linkcheck

# Only build PRs, the master branch, and releases.
# Only build PRs.
on:
pull_request:
push:
branches:
- master
release:
types:
- published

jobs:
linkcheck:
Expand Down

0 comments on commit 46667e8

Please sign in to comment.