zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 18a131f3da97fc5ec8027859e71509468dfad885 (tree)
parent cca2da16bdcc40dfc53e60a85dc666185823a1e9
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Thu, 13 Nov 2025 23:04:40 +0100

ci: enable Forgejo Actions on master pushes

Diffstat:
M.forgejo/workflows/ci.yaml | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml @@ -1,9 +1,9 @@ name: ci on: pull_request: - # push: - # branches: - # - master + push: + branches: + - master workflow_dispatch: concurrency: group: ${{ github.head_ref || github.run_id }}-${{ github.actor }}