mirror of https://github.com/pixelfed/pixelfed.git
Run tests in all branches
This commit is contained in:
parent
2fe7b93dac
commit
a8ee68e949
|
@ -8,8 +8,9 @@ on:
|
||||||
# See: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#push
|
# See: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#push
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- '*' # matches every branch that doesn't contain a '/'
|
||||||
- staging
|
- '*/*' # matches every branch containing a single '/'
|
||||||
|
- '**' # matches every branch
|
||||||
tags:
|
tags:
|
||||||
- "*"
|
- "*"
|
||||||
|
|
||||||
|
|
|
@ -8,8 +8,9 @@ on:
|
||||||
# See: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#push
|
# See: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#push
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- '*' # matches every branch that doesn't contain a '/'
|
||||||
- staging
|
- '*/*' # matches every branch containing a single '/'
|
||||||
|
- '**' # matches every branch
|
||||||
tags:
|
tags:
|
||||||
- "*"
|
- "*"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue