chg: [actions] added to the develop branch

pull/6677/head
iglocska 2020-12-01 08:52:15 +01:00
parent f202128af1
commit 91906c0aa7
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 3 additions and 3 deletions

View File

@ -3,12 +3,12 @@
name: misp
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the 2.4 branch
# events but only for the 2.4 and develop branches
on:
push:
branches: [ 2.4 ]
branches: [ 2.4, develop ]
pull_request:
branches: [ 2.4 ]
branches: [ 2.4, develop ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: