From 945c8a25cd31d20731f10fc308c7e033b2e9299b Mon Sep 17 00:00:00 2001
From: markuszilch <zilchmarkus@web.de>
Date: Tue, 6 Feb 2024 12:38:57 +0100
Subject: [PATCH] modulesync 7.3.0

---
 .github/workflows/ci.yml | 7 ++++++-
 .msync.yml               | 2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index be95f1d..cf4c56b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -4,7 +4,12 @@
 
 name: CI
 
-on: pull_request
+on:
+  pull_request: {}
+  push:
+    branches:
+      - main
+      - master
 
 concurrency:
   group: ${{ github.ref_name }}
diff --git a/.msync.yml b/.msync.yml
index f818344..f46ee02 100644
--- a/.msync.yml
+++ b/.msync.yml
@@ -2,4 +2,4 @@
 # Managed by modulesync - DO NOT EDIT
 # https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
 
-modulesync_config_version: '7.2.0'
+modulesync_config_version: '7.3.0'