Skip to content

Commit

Permalink
feat: remove fork branch from branches in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zugdev committed Oct 4, 2024
1 parent 76732cb commit 9559223
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/core-contracts-storage-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- development
- fix-core-contracts-storage-check
pull_request:

jobs:
Expand All @@ -15,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 2 # Ensure the previous commit is available for comparison
fetch-depth: 2

- name: Install Foundry
uses: onbjerg/foundry-toolchain@v1
Expand Down

0 comments on commit 9559223

Please sign in to comment.