1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-08-13 20:04:49 +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

View File

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