fix: simplify the trigger of the CI

This commit is contained in:
Namu
2026-03-23 14:28:00 +01:00
parent cc6dfa9d7f
commit ce180792db

View File

@@ -1,10 +1,7 @@
name: Build project
on:
push:
branches:
- '**'
pull_request:
# run automatically when a push or pull request is triggered
on: [push, pull_request]
jobs:
build: