From 14cf9e9c636d76fa55569179db12d89109d038f2 Mon Sep 17 00:00:00 2001 From: repair Date: Tue, 16 Jan 2024 15:13:30 +0100 Subject: [PATCH] feat: initial debian release pkg with github actions --- .github/workflows/debian-release.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/debian-release.yml diff --git a/.github/workflows/debian-release.yml b/.github/workflows/debian-release.yml new file mode 100644 index 00000000..9dfa5209 --- /dev/null +++ b/.github/workflows/debian-release.yml @@ -0,0 +1,11 @@ +name: debian-release + +on: + push: + paths-ignore: + - 'docs_src/**' + - 'README.md' + - 'CITATION' + - 'book.toml' + - 'CONTRIBUTING.md' + tags: [ 'v*.*.*', 'dev*.*.*' ]