Skip to content

Commit

Permalink
ci: disable Solidity workflows for PRs into fe-release
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi committed Oct 18, 2024
1 parent a0684a8 commit e9a74ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/solidity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
- 'packages/contracts-rfq/**'
- '.github/workflows/solidity.yml'
- 'packages/solidity-devops/**'
branches:
# Solidity workflows are irrelevant for the FE release branch
- '!fe-release'
push:
paths:
- 'packages/contracts-core/**'
Expand Down

0 comments on commit e9a74ea

Please sign in to comment.