From 06be6fcbcee127bdcb7ff7fa65fedb2fab5895a0 Mon Sep 17 00:00:00 2001 From: 0xawaz Date: Tue, 5 Nov 2024 11:49:28 +0100 Subject: [PATCH] chore(ci): fix branch --- .github/workflows/fhevm-smart-contracts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fhevm-smart-contracts.yml b/.github/workflows/fhevm-smart-contracts.yml index 088620a1..cdde945d 100644 --- a/.github/workflows/fhevm-smart-contracts.yml +++ b/.github/workflows/fhevm-smart-contracts.yml @@ -2,7 +2,7 @@ name: "fhEVM smart contracts Docker Image" on: push: - branches: ["amina/fhevm-sc-workflows"] + branches: ["main"] paths: - .github/workflows/fhevm-smart-contracts.yml - contracts/**