Run actions on closed pulls

This commit is contained in:
2025-06-21 22:13:19 +02:00
parent 4dd35c64e0
commit 2bd7edde17

View File

@@ -8,6 +8,10 @@ on:
- !.gitea/**
schedule:
- cron: "0 22 1 * *" # First of every month
pull_request:
branches:
- main
types: [closed]
jobs:
build: