From 91a5e678626a4653cedff4500ef694d51bc423c4 Mon Sep 17 00:00:00 2001 From: David Arnold <10138997+djaboxx@users.noreply.github.com> Date: Wed, 4 Sep 2024 12:15:33 -0700 Subject: [PATCH] Update modtest-github-repos.yaml --- .github/workflows/modtest-github-repos.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/modtest-github-repos.yaml b/.github/workflows/modtest-github-repos.yaml index 9d86471..687a808 100644 --- a/.github/workflows/modtest-github-repos.yaml +++ b/.github/workflows/modtest-github-repos.yaml @@ -2,8 +2,7 @@ name: "ModTest: github-repos" on: pull_request: - branches: - - main + workflow_dispatch: jobs: modtest: @@ -24,4 +23,4 @@ jobs: secrets: TFE_TOKEN: ${{ secrets.TFE_TOKEN }} - GH_TOKEN: ${{ secrets.GH_TOKEN }} \ No newline at end of file + GH_TOKEN: ${{ secrets.GH_TOKEN }}