diff --git a/.github/scripts/branches b/.github/scripts/branches index 0bafbe5..3bb9d80 100644 --- a/.github/scripts/branches +++ b/.github/scripts/branches @@ -1,2 +1,3 @@ YasinAl Clashsoft +LeStegii diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 8d9bce2..4ec9c20 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -52,6 +52,11 @@ jobs: with: path: "./Clashsoft" ref: "Clashsoft" + - name: Checkout LeStegii + uses: actions/checkout@v4 + with: + path: "./LeStegii" + ref: "LeStegii" - name: Select Python 3.10 uses: actions/setup-python@v5 with: