Skip to content

Commit

Permalink
fix(cid): ignore push to reproducibility directory
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
  • Loading branch information
cameronraysmith committed Aug 18, 2024
1 parent d781a8d commit 2807beb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- "conda/**"
- "dev/**"
- "docs/**"
- "reproducibility/**"
- "scripts/**"
- "**.md"
- "*"
Expand All @@ -24,6 +25,7 @@ on:
- "conda/**"
- "dev/**"
- "docs/**"
- "reproducibility/**"
- "scripts/**"
- "**.md"
- "*"
Expand Down

0 comments on commit 2807beb

Please sign in to comment.