simplify db: push rules

This commit is contained in:
Christian Winther 2024-03-10 15:33:28 +00:00
parent 9bc7b34162
commit 73f65e8e56
1 changed files with 0 additions and 6 deletions

View File

@ -7,12 +7,6 @@ on:
# See: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#push
push:
branches:
- '*' # matches every branch that doesn't contain a '/'
- '*/*' # matches every branch containing a single '/'
- '**' # matches every branch
tags:
- "*"
# See: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request
pull_request: