Skip to content

Commit

Permalink
Update .github/workflows/modtest-dev.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
David Arnold committed Sep 4, 2024
1 parent c74b36b commit 02389b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/modtest-dev.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 02389b5

Please sign in to comment.