mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-07-13 21:02:34 +08:00
chore: add support for manually running the arch package build and ensure it only runs on pushes to main
This commit is contained in:
parent
e12771b10e
commit
5e9dce8977
4
.github/workflows/arch.yml
vendored
4
.github/workflows/arch.yml
vendored
@ -5,7 +5,11 @@ on:
|
||||
workflows: [cmake]
|
||||
branches: [main]
|
||||
types: [completed]
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
-
|
||||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
- 'packaging/archlinux/**'
|
||||
- '.github/workflows/**'
|
||||
|
Loading…
Reference in New Issue
Block a user