diff --git a/.github/workflows/urlcheck.yml b/.github/workflows/urlcheck.yml index 2a9df86c..95291828 100644 --- a/.github/workflows/urlcheck.yml +++ b/.github/workflows/urlcheck.yml @@ -1,9 +1,9 @@ # Workflow derived from https://github.com/technote-space/broken-link-checker-action on: push: - branches: [develop] + branches: [hrm_test] pull_request: - branches: [develop] + branches: [hrm_test] # release: # types: [published] workflow_dispatch: