From 100aaede74a1abb89253ab4b921dcc0e85274c72 Mon Sep 17 00:00:00 2001 From: Evan Gray Date: Wed, 18 May 2022 18:43:07 -0400 Subject: [PATCH] do not update on main push --- .github/workflows/update.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index f1ddf04..38b608e 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -2,6 +2,9 @@ name: Update Content on: push: + branches: + - "*" + - "!master" jobs: build: @@ -27,7 +30,7 @@ jobs: - name: Update changes in GitHub repository if: steps.git-check.outputs.modified == 'true' - run: | + run: | git config --global user.name 'WormholeBot' git config --global user.email 'wormhole@wormholenetwork.com' git add -A