use pull_request to trigger ci runs

This commit is contained in:
wileyj
2023-12-12 10:09:34 -08:00
parent ad884246db
commit e406a97df8

View File

@@ -15,11 +15,12 @@ on:
tag:
description: "The tag to create (optional)"
required: false
pull_request_target:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
paths-ignore:
- "**.md"
- "**.yml"
@@ -143,7 +144,7 @@ jobs:
github.event.review.state == 'approved'
) ||
github.event_name == 'workflow_dispatch' ||
github.event_name == 'pull_request_target' ||
github.event_name == 'pull_request' ||
(
contains('
refs/heads/master