ci: enable Forgejo Actions on master pushes

This commit is contained in:
Alex Rønne Petersen 2025-11-13 23:04:40 +01:00
parent cca2da16bd
commit 18a131f3da
No known key found for this signature in database

View file

@ -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 }}