mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 11:38:32 +02:00
Add testing_prs to trigger for testing PRs
This commit is contained in:
parent
91c2fefb98
commit
cdcfeabaf9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/testing_prs.yaml
vendored
4
.github/workflows/testing_prs.yaml
vendored
|
@ -9,7 +9,7 @@ on:
|
||||||
- 'tests/**'
|
- 'tests/**'
|
||||||
- 'poetry.lock'
|
- 'poetry.lock'
|
||||||
- 'pyproject.toml'
|
- 'pyproject.toml'
|
||||||
- '.github/workflows/testing.yaml'
|
- '.github/workflows/testing_prs.yaml'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ develop ]
|
branches: [ develop ]
|
||||||
paths:
|
paths:
|
||||||
|
@ -18,7 +18,7 @@ on:
|
||||||
- 'tests/**'
|
- 'tests/**'
|
||||||
- 'poetry.lock'
|
- 'poetry.lock'
|
||||||
- 'pyproject.toml'
|
- 'pyproject.toml'
|
||||||
- '.github/workflows/testing.yaml'
|
- '.github/workflows/testing_prs.yaml'
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
|
Loading…
Add table
Reference in a new issue