diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2802ecfe4..a723f1a09 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,9 @@ on: push: - tags: - - 'test' + branches: + - feature/pkg + # tags: + # - 'test' # - 'v*+' name: Create kernel release and upload binaries