Run tests in all branches

This commit is contained in:
Christian Winther 2024-02-11 13:41:49 +00:00
parent 2fe7b93dac
commit a8ee68e949
2 changed files with 6 additions and 4 deletions

View File

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

View File

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