chore: add support for manually running the arch package build and ensure it only runs on pushes to main

This commit is contained in:
Almamu 2025-05-10 21:51:41 +02:00
parent e12771b10e
commit 5e9dce8977

View File

@ -5,7 +5,11 @@ on:
workflows: [cmake] workflows: [cmake]
branches: [main] branches: [main]
types: [completed] types: [completed]
workflow_dispatch:
inputs:
-
push: push:
branches: [main]
paths: paths:
- 'packaging/archlinux/**' - 'packaging/archlinux/**'
- '.github/workflows/**' - '.github/workflows/**'