mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
try paths filter on both even though docs only mention support for push
This commit is contained in:
6
.github/workflows/pythontest.yml
vendored
6
.github/workflows/pythontest.yml
vendored
@@ -1,6 +1,10 @@
|
|||||||
name: python-test
|
name: python-test
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
paths: salt/sensoroni/files/analyzers
|
||||||
|
pull_request:
|
||||||
|
paths: salt/sensoroni/files/analyzers
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user