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 name: ci
on: on:
pull_request: pull_request:
# push: push:
# branches: branches:
# - master - master
workflow_dispatch: workflow_dispatch:
concurrency: concurrency:
group: ${{ github.head_ref || github.run_id }}-${{ github.actor }} group: ${{ github.head_ref || github.run_id }}-${{ github.actor }}