mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-22 11:01:54 +03:00
Add develop to build targets
This commit is contained in:
parent
fba1469647
commit
e770bf19e3
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user