run CI on pull requests

This commit is contained in:
Athou
2025-01-17 22:40:47 +01:00
parent d37cf5bbcf
commit b17b2767b0

View File

@@ -1,6 +1,10 @@
name: ci
on: [ push ]
on:
push:
pull_request:
branches-ignore:
- 'renovate/**'
env:
JAVA_VERSION: 21