From 350689eeedd1b02fe46686d95df54813fa5f8827 Mon Sep 17 00:00:00 2001 From: Kiran Hart Date: Fri, 26 Feb 2021 18:02:26 -0500 Subject: [PATCH] exlude --- .github/workflows/maven.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index d2a0d9a..28d799c 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -10,6 +10,7 @@ jobs: steps: + - name: Transfer main branch to Tweetzy uses: andstor/copycat-action@v3 with: @@ -19,6 +20,6 @@ jobs: dst_repo_name: Auction-House email: kiran.hart@live.com src_branch: main - dst_branch: master + dst_branch: main commit_message: ${{ github.event.head_commit.message }} - exclude: "*/.github/*" + exclude: /.github/