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]
|
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/**'
|
||||||
|
Loading…
Reference in New Issue
Block a user