diff --git a/.github/workflows/debian-release.yml b/.github/workflows/debian-release.yml index f9eba140..873d5f15 100644 --- a/.github/workflows/debian-release.yml +++ b/.github/workflows/debian-release.yml @@ -1,7 +1,8 @@ name: Build Debian package on release on: - release: + push: + branches: [ feat-create-debian-package-with-tag ] paths-ignore: - 'docs_src/**' - 'README.md'