mirror of
https://github.com/hyprwm/Hyprland
synced 2026-05-08 10:38:03 +02:00
Added workflow_dispatch event trigger
This commit is contained in:
parent
795f845cb0
commit
e97817ddc7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -1,6 +1,6 @@
|
|||
name: Build Hyprland
|
||||
|
||||
on: [push, pull_request]
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
jobs:
|
||||
gcc:
|
||||
name: "Build Hyprland (Arch)"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue