mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-05-08 12:27:52 +02:00
try paths filter on both even though docs only mention support for push
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
name: python-test
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
paths: salt/sensoroni/files/analyzers
|
||||
pull_request:
|
||||
paths: salt/sensoroni/files/analyzers
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user