Skip to content

Commit 2d5e38f

Browse files
committed
branch change
1 parent 2b02331 commit 2d5e38f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/bb-ci-utils.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@ name: "BB-CI: Build and Test"
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [demo/bb-ci]
66
pull_request:
77
workflow_dispatch:
88

99
jobs:
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"

0 commit comments

Comments
 (0)