Enable workflow_dispatch on GitHub Actions
All checks were successful
Build and deploy site / Build and deploy site (push) Successful in 46s

This commit is contained in:
Marko Korhonen 2024-10-06 22:54:11 +03:00
parent 533822895a
commit b138c39b0b
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -1,6 +1,6 @@
name: Build and deploy site name: Build and deploy site
on: [push] on: [push, workflow_dispatch]
env: env:
GOROOT: /usr/local/lib/go GOROOT: /usr/local/lib/go