Browse Source

scan workflow update for bre-609 (#375)

pull/376/head
Matt Andreko 7 months ago committed by GitHub
parent
commit
ab98267136
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 8
      .github/workflows/scan.yml

8
.github/workflows/scan.yml

@ -5,8 +5,14 @@ on: @@ -5,8 +5,14 @@ on:
push:
branches:
- "main"
pull_request:
types: [opened, synchronize, reopened]
branches-ignore:
- main
pull_request_target:
types: [opened, synchronize]
types: [opened, synchronize, reopened]
branches:
- "main"
jobs:
check-run:

Loading…
Cancel
Save