Skip to content

[BOP-54] Run CI on a PR #2

[BOP-54] Run CI on a PR

[BOP-54] Run CI on a PR #2

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
jobs:
vet:
uses: ./.github/workflows/vet.yml
unit-test:
uses: ./.github/workflows/unit.yml
build:
uses: ./.github/workflows/build.yml