release/0.4.0 #60

Merged
myrmidex merged 30 commits from release/0.4.0 into main 2026-08-16 11:58:52 +02:00
Showing only changes of commit 1df0b76f10 - Show all commits

View file

@ -1,8 +1,8 @@
name: CI
on:
# No push trigger: a push to a branch with an open PR matches both and runs
# everything twice. Pull request events cover pushes to the PR's branch.
push:
branches: ['release/*']
pull_request:
branches: [main, 'release/*']