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
6412ecbb4a
commit
a52703a949
1 changed files
with
2 additions
and
0 deletions
Unified 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
@@ -6,12 +6,14 @@ on:
- master
- master
paths:
paths:
- ".github/workflows/test.yml"
- ".github/workflows/test.yml"
- "pyproject.toml"
- "**.py"
- "**.py"
pull_request:
pull_request:
branches:
branches:
- master
- master
paths:
paths:
- ".github/workflows/test.yml"
- ".github/workflows/test.yml"
- "pyproject.toml"
- "**.py"
- "**.py"
jobs:
jobs:
Write
Preview
Loading…
Cancel
Save