From 322c51ea29c734e54465f21b34a90f7ca06f9889 Mon Sep 17 00:00:00 2001 From: web3-bot <81333946+web3-bot@users.noreply.github.com> Date: Thu, 6 Apr 2023 10:41:08 +0200 Subject: [PATCH] Web3 bot/sync (#271) Co-authored-by: web3-bot --- .github/workflows/go-check.yml | 2 +- .github/workflows/go-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go-check.yml b/.github/workflows/go-check.yml index 67b6b9895..90b542c19 100644 --- a/.github/workflows/go-check.yml +++ b/.github/workflows/go-check.yml @@ -4,7 +4,7 @@ on: pull_request: push: - branches: + branches: ["main"] name: Go Checks concurrency: diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 353f4c2f8..d26fe95f3 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -4,7 +4,7 @@ on: pull_request: push: - branches: + branches: ["main"] name: Go Test concurrency: