diff --git a/.github/workflows/commit-tests.yml b/.github/workflows/commit-tests.yml index 50b75830..98649937 100644 --- a/.github/workflows/commit-tests.yml +++ b/.github/workflows/commit-tests.yml @@ -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: