chg: [github actions] Enabling tests on the `misp-stix` branch (at least temporarily)

pull/7904/head
chrisr3d 2021-10-11 18:52:35 +02:00
parent f0c7da0c38
commit 0d4e8ed80b
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
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 ]
branches: [ 2.4, develop, misp-stix ]
pull_request:
branches: [ 2.4, develop ]
branches: [ 2.4, develop, misp-stix ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: