Skip to content

Commit

Permalink
ci: allow running check ci in implement-feature branch
Browse files Browse the repository at this point in the history
  • Loading branch information
TuDo1403 committed Oct 25, 2024
1 parent 5900eda commit 4b47075
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compare-storage-layout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- "release/*"
- "feature/*"
- "features/*"
- "implement-feature/*"

env:
FOUNDRY_PROFILE: ci
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/slither-analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- "feat/*"
- "feats/*"
- "release/*"
- "implement-feature/*"

env:
FOUNDRY_PROFILE: ci
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
- "release/*"
- "feature/*"
- "features/*"
- "implement-feature/*"

env:
FOUNDRY_PROFILE: ci
Expand Down

0 comments on commit 4b47075

Please sign in to comment.