This commit is contained in:
13
.gitea/workflows/build-dev.yaml
Normal file
13
.gitea/workflows/build-dev.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
name: Build on push
|
||||
run-name: Build on push
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
|
||||
jobs:
|
||||
prepare:
|
||||
uses: ./.gitea/workflows/build-project.yaml
|
||||
with:
|
||||
version_suffix: 'dev'
|
||||
secrets: inherit
|
||||
Reference in New Issue
Block a user