mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 09:46:00 +01:00
Added workflow_dispatch event trigger
This commit is contained in:
parent
16ad81f236
commit
c02e163591
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…
Reference in a new issue