Remove workflow_dispatch

This commit is contained in:
Ammar64 2024-11-07 19:33:32 +02:00
commit 943e8381ee
No known key found for this signature in database
GPG key ID: 266D5827F8A2AF61

View file

@ -1,6 +1,6 @@
name: ci
on: [push, pull_request, workflow_dispatch]
on: [push, pull_request]
jobs:
build: