ci: up to date push and pull_request #6

Merged
breakingbread merged 1 commits from ci/up into master 2026-06-29 13:28:51 +02:00
Showing only changes of commit a393ca32b4 - Show all commits
+6 -1
View File
@@ -1,6 +1,11 @@
name: Rust CI
on: [ push, pull_request ]
on:
push:
branches:
- master
pull_request:
types: [opened, reopened, synchronize]
concurrency:
group: ci-${{ gitea.ref }}