25 lines
446 B
YAML
25 lines
446 B
YAML
name: Analyzer
|
|
|
|
on:
|
|
push:
|
|
branches: [main, 3.0.x]
|
|
paths:
|
|
- .github/workflows/_python.yml
|
|
- .github/workflows/analyzer.yml
|
|
- analyzer/**
|
|
- shared/**
|
|
|
|
pull_request:
|
|
branches: [main, 3.0.x]
|
|
paths:
|
|
- .github/workflows/_python.yml
|
|
- .github/workflows/analyzer.yml
|
|
- analyzer/**
|
|
- shared/**
|
|
|
|
jobs:
|
|
python:
|
|
uses: ./.github/workflows/_python.yml
|
|
with:
|
|
context: analyzer
|