do not update on main push

This commit is contained in:
Evan Gray 2022-05-18 18:43:07 -04:00 committed by Evan Gray
parent 0d7329df88
commit 100aaede74
1 changed files with 4 additions and 1 deletions

View File

@ -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