Skip to content

[BOP-85][BOP-87] Add events and status for Addon and Manifest CRs #64

[BOP-85][BOP-87] Add events and status for Addon and Manifest CRs

[BOP-85][BOP-87] Add events and status for Addon and Manifest CRs #64

Workflow file for this run

name: PR
on:
pull_request:
types: ['opened', 'reopened', 'synchronize']
branches: [ "main" ]
paths:
- '**' # all files otherwise excludes wont work
- '!**/**/*.md' # ignore markdown files
- '!demo/**' # ignore demos folder
- '!sample/**' # ignore samples folder
- '!example/**' # ignore examples folder
jobs:
vet:
uses: ./.github/workflows/vet.yml
unit-test:
uses: ./.github/workflows/unit.yml
build:
uses: ./.github/workflows/build.yml