Noop to trigger GitHub actions
This commit is contained in:
@@ -2,7 +2,7 @@ name: Unit Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master, dev, feature/* ]
|
||||
branches: [ main, feature/* ]
|
||||
pull_request:
|
||||
branches: [ "*" ]
|
||||
|
||||
@@ -35,3 +35,4 @@ jobs:
|
||||
- name: Unit tests
|
||||
run: |
|
||||
python -m detection_rules test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user