ci: run release on PR

This commit is contained in:
Sven Vogel 2024-11-25 10:10:33 +01:00
parent 1567c6212c
commit e77de7aec5
1 changed files with 3 additions and 1 deletions

View File

@ -1,8 +1,10 @@
name: Build'n check name: Build'n check
on: on:
push: pull_request:
branches: branches:
- main - main
types:
- closed
jobs: jobs:
build: build:
name: Check Template and Build example name: Check Template and Build example