authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-11-13 23:04:40+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-11-13 23:04:40+01:00
log18a131f3da97fc5ec8027859e71509468dfad885
treed326f7b56f9d88e95ace4313a2e2af07f01ab645
parentcca2da16bdcc40dfc53e60a85dc666185823a1e9
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

ci: enable Forgejo Actions on master pushes


1 files changed, 3 insertions(+), 3 deletions(-)

.forgejo/workflows/ci.yaml+3-3
...@@ -1,9 +1,9 @@...@@ -1,9 +1,9 @@
1name: ci1name: ci
2on:2on:
3 pull_request:3 pull_request:
4 # push:4 push:
5 # branches:5 branches:
6 # - master6 - master
7 workflow_dispatch:7 workflow_dispatch:
8concurrency:8concurrency:
9 group: ${{ github.head_ref || github.run_id }}-${{ github.actor }}9 group: ${{ github.head_ref || github.run_id }}-${{ github.actor }}