First update towards cpl2
This commit is contained in:
14
.gitea/workflows/core_dev.yaml
Normal file
14
.gitea/workflows/core_dev.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
name: Build on push
|
||||
run-name: Build on push
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
|
||||
jobs:
|
||||
prepare:
|
||||
uses: ./.gitea/workflows/prepare.yaml
|
||||
|
||||
build:
|
||||
needs: prepare
|
||||
uses: ./.gitea/workflows/package.yaml
|
||||
Reference in New Issue
Block a user