11
.gitea/workflows/release.yml
Normal file
11
.gitea/workflows/release.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- feat/release_actions
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo "test"
|
||||
@@ -1,3 +1,6 @@
|
||||
_exclude:
|
||||
- ".gitea/"
|
||||
|
||||
# predefined values
|
||||
# make sure these have 'when: false' so that the questions are not asked and the items are not saved in answers.yml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user