1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-01 23:57:05 +00:00

prevent triggering ci on new tags

This commit is contained in:
downtownallday 2025-01-06 08:35:12 -05:00
parent 2a58cfc50c
commit e4f6510d40

View File

@ -1,5 +1,8 @@
name: commit-tests
on: [push, workflow_dispatch]
on:
workflow_dispatch: { }
push:
tags-ignore: [ 'v**' ]
jobs:
# MiaB-LDAP using encryption-at-rest and connected to a remote Nextcloud
remote-nextcloud-docker-ehdd: