change when tests run

This commit is contained in:
Jonathan Wren 2021-06-26 16:55:29 -07:00
parent 991ab2abd6
commit 3f3ce08754

View file

@ -1,6 +1,7 @@
name: Testing
on:
workflow_dispatch:
push:
branches: [ develop, release ]
paths:
@ -10,7 +11,6 @@ on:
- 'poetry.lock'
- 'pyproject.toml'
pull_request:
branches: [ develop ]
paths:
- 'jrnl/**'
- 'features/**'