This will only build the kernel, sign it and upload it as an artifact. Useful for testing changes.
@@ -7,6 +7,9 @@ on:
push:
tags:
- 'arch-*'
+
+ repository_dispatch:
+ workflow_dispatch:
jobs:
build:
@@ -68,6 +71,7 @@ jobs:
release:
name: Publish release
+ if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/')
needs: [build]
runs-on: ubuntu-latest
steps:
@@ -8,6 +8,9 @@ on:
- 'debian-*'
name: Build Kernel
@@ -9,6 +9,9 @@ on:
- 'fedora-37-*'
@@ -69,6 +72,7 @@ jobs:
- 'fedora-38-*'