Skip to content

Commit

Permalink
fix(cid): ignore conda/**
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <[email protected]>
  • Loading branch information
cameronraysmith committed Jan 2, 2024
1 parent a6654c9 commit d0dfbd5
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 @@ -7,6 +7,7 @@ on:
- beta
paths-ignore:
[
"conda/**",
"docs/**",
"scripts/**",
"**.md",
Expand All @@ -19,6 +20,7 @@ on:
types: [opened, synchronize, labeled, reopened, ready_for_review]
paths-ignore:
[
"conda/**",
"docs/**",
"scripts/**",
"**.md",
Expand Down

0 comments on commit d0dfbd5

Please sign in to comment.