From 577e44468ca512c83a2b0bbeed767bea2edf375b Mon Sep 17 00:00:00 2001 From: perl_d Date: Tue, 6 May 2025 14:26:14 +0200 Subject: [PATCH] add action --- .gitea/workflows/release.yml | 11 +++++++++++ copier.yml | 3 +++ 2 files changed, 14 insertions(+) create mode 100644 .gitea/workflows/release.yml diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml new file mode 100644 index 0000000..e081db5 --- /dev/null +++ b/.gitea/workflows/release.yml @@ -0,0 +1,11 @@ +on: + push: + branches: + - main + - feat/release_actions + +jobs: + test: + runs-on: ubuntu-latest + steps: + - run: echo "test" \ No newline at end of file diff --git a/copier.yml b/copier.yml index 592ce9e..944f339 100644 --- a/copier.yml +++ b/copier.yml @@ -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