This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
diagrams
mirror of
https://github.com/mingrammer/diagrams.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
43
Wiki
Activity
Browse Source
ci(test): add test trigger path
pull/1052/head
mingrammer
2 weeks ago
parent
a52703a949
commit
c0607622fe
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
.github/workflows/test.yml
+ 2
- 0
.github/workflows/test.yml
View File
@@ -7,6 +7,7 @@ on:
paths:
- ".github/workflows/test.yml"
- "pyproject.toml"
- "poetry.lock"
- "**.py"
pull_request:
branches:
@@ -14,6 +15,7 @@ on:
paths:
- ".github/workflows/test.yml"
- "pyproject.toml"
- "poetry.lock"
- "**.py"
jobs:
Write
Preview
Loading…
Cancel
Save