Add develop to build targets

This commit is contained in:
Andrey Sobolev 2024-07-25 15:03:44 +07:00
parent fba1469647
commit e770bf19e3
No known key found for this signature in database
GPG Key ID: BD80F68D68D8F7F2

View File

@ -10,11 +10,11 @@ concurrency:
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [main]
branches: [develop, main]
tags:
- v*
pull_request:
branches: [main]
branches: [develop, main]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: