diff --git a/.github/workflows/modtest-dev.yaml b/.github/workflows/modtest-dev.yaml index aad386d..f7e89d3 100644 --- a/.github/workflows/modtest-dev.yaml +++ b/.github/workflows/modtest-dev.yaml @@ -1,17 +1,16 @@ name: "ModTest: dev" on: - workflow_dispatch: pull_request: jobs: modtest: + if : ${{ github.event_name }} == "pull_request" uses: HappyPathway/centralized-actions/.github/workflows/modtest.yml@main with: workspace: dev workspace_repo: github-repos workspace_branch: main - branch: ${{ github.head_ref }} repo_clone_type: https mod_source: repo/github