From 927b1b84cdc2da3145e1c64b20ee6afe092e1e92 Mon Sep 17 00:00:00 2001 From: Ikechukwu Uchendu Date: Thu, 21 Sep 2023 20:50:26 -0400 Subject: [PATCH] Updated github workflow to track main branch --- .github/workflows/auto-add-contributors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-add-contributors.yml b/.github/workflows/auto-add-contributors.yml index ae3654ce..c1ce1d06 100644 --- a/.github/workflows/auto-add-contributors.yml +++ b/.github/workflows/auto-add-contributors.yml @@ -3,7 +3,7 @@ run-name: ${{ github.actor }} is updating TinyML book contributors on: push: branches: - auto_contributor + main jobs: update-contributors: