From 691ddc7103f5f09155951b88a9cf526519230e7c Mon Sep 17 00:00:00 2001 From: anissa111 Date: Fri, 12 Jan 2024 12:40:37 -0700 Subject: [PATCH] add required sections to linkcheck workflow file --- .github/workflows/link-chcker.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/link-chcker.yaml b/.github/workflows/link-chcker.yaml index c31100a..25ffc4e 100644 --- a/.github/workflows/link-chcker.yaml +++ b/.github/workflows/link-chcker.yaml @@ -1,3 +1,12 @@ +name: link-checker + +on: + push: + branches: + - main + pull_request: + workflow_dispatch: + jobs: link-checker: runs-on: ubuntu-latest