chg: [added branch to actions]

test_debug
iglocska 2024-03-21 08:25:42 +01:00
parent ec0b0721be
commit 0b49d329e8
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 2 additions and 2 deletions

View File

@ -6,9 +6,9 @@ name: misp
# events but only for the 2.4 and develop branches
on:
push:
branches: [ '2.4', develop, misp-stix, taxii ]
branches: [ '2.4', develop, misp-stix, taxii, test_debug ]
pull_request:
branches: [ '2.4', develop, misp-stix ]
branches: [ '2.4', develop, misp-stix, test_debug ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: