forgejo-ci: only execute on public push
Some checks failed
/ deploy (push) Failing after 26s

This commit is contained in:
IkiWiki 2024-08-25 19:49:25 -04:00
parent d8a5fb7bd8
commit 392e1ad363
Signed by untrusted user who does not match committer: forge
GPG key ID: D62A472A4AA7D541

View file

@ -1,4 +1,7 @@
on: [push]
on:
push:
branches:
- 'public'
jobs:
deploy: