This commit is contained in:
14
.gitea/workflows/build.yaml
Normal file
14
.gitea/workflows/build.yaml
Normal file
@ -0,0 +1,14 @@
|
||||
name: build
|
||||
on: push
|
||||
# pull_request:
|
||||
# types:
|
||||
# - closed
|
||||
# branches:
|
||||
# - main
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: debian-latest
|
||||
steps:
|
||||
- name: test
|
||||
run: echo "test"
|
||||
|
Reference in New Issue
Block a user