We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95970aa commit 7d6d02cCopy full SHA for 7d6d02c
.github/workflows/ci.yml
@@ -4,7 +4,12 @@
4
5
name: CI
6
7
-on: pull_request
+on:
8
+ pull_request: {}
9
+ push:
10
+ branches:
11
+ - main
12
+ - master
13
14
concurrency:
15
group: ${{ github.ref_name }}
.msync.yml
@@ -2,4 +2,4 @@
2
# Managed by modulesync - DO NOT EDIT
3
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
-modulesync_config_version: '7.2.0'
+modulesync_config_version: '7.3.0'
0 commit comments