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

Merge pull request #37 from downtownallday/actions-update

prevent triggering ci on new tags
This commit is contained in:
Downtown Allday 2025-01-06 08:50:21 -05:00 committed by GitHub
commit f498194ec7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,10 @@
name: commit-tests
on: [push, workflow_dispatch]
on:
workflow_dispatch: { }
push:
branches: [ '**' ]
tags-ignore: [ 'v**' ]
paths-ignore: [ '**.md', 'api/mailinabox.yml' ]
jobs:
# MiaB-LDAP using encryption-at-rest and connected to a remote Nextcloud
remote-nextcloud-docker-ehdd: