1
0
mirror of https://github.com/axllent/mailpit.git synced 2024-12-26 22:56:43 +02:00

Testing: Enable testing on feature branches

This commit is contained in:
Ralph Slooten 2022-08-10 09:48:06 +12:00 committed by GitHub
parent 49bc62f0aa
commit cc15ada304
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ on:
pull_request:
branches: [ develop ]
push:
branches: [ develop ]
branches: [ develop, 'feature/**' ]
jobs:
test:
strategy: