mirror of
https://github.com/kiranhart/Auction-House.git
synced 2024-11-22 05:25:11 +01:00
exlude
This commit is contained in:
parent
79279b31cf
commit
350689eeed
5
.github/workflows/maven.yml
vendored
5
.github/workflows/maven.yml
vendored
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user