change on push syntax

This commit is contained in:
virgula 2025-01-22 21:22:08 +01:00
parent 62ee7e4835
commit 5ba4f47ce8

View file

@ -3,7 +3,16 @@
name: Build and Release
on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
types:
- opened
- reopened
- ready_for_review
- synchronize
concurrency:
group: ci-${{ github.event_name }}-${{ github.ref }}