File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,24 +2,24 @@ name: "BB-CI: Build and Test"
22
33on :
44 push :
5- branches : [main ]
5+ branches : [demo/bb-ci ]
66 pull_request :
77 workflow_dispatch :
88
99jobs :
1010 lint :
1111 name : Forge Lint
12- uses : itsshantanu/gha-utils/.github/workflows/evm-lint.yml@main
12+ uses : itsshantanu/gha-utils/.github/workflows/evm-lint.yml@demo/bb-ci
1313 secrets : inherit
1414
1515 build :
1616 name : Forge Build
17- uses : itsshantanu/gha-utils/.github/workflows/forge-build.yml@main
17+ uses : itsshantanu/gha-utils/.github/workflows/forge-build.yml@demo/bb-ci
1818 secrets : inherit
1919
2020 test-utils :
2121 needs : ["lint", "build"]
22- uses : " itsshantanu/gha-utils/.github/workflows/bb-forge-test.yml@main "
22+ uses : " itsshantanu/gha-utils/.github/workflows/bb-forge-test.yml@demo/bb-ci "
2323 with :
2424 foundry-profile : " test-optimized"
2525 match-path : " tests/utils/**/*.sol"
You can’t perform that action at this time.
0 commit comments