From c1bf6797c1c5f6db3f2c2b8b7edc7a038b5fb0ac Mon Sep 17 00:00:00 2001 From: lcaohoanq Date: Thu, 19 Sep 2024 11:02:27 +0700 Subject: [PATCH] chore: ignore ci wf --- .github/workflows/merge-develop-to-master.yml | 62 +++++++++---------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/.github/workflows/merge-develop-to-master.yml b/.github/workflows/merge-develop-to-master.yml index faa21ca..7491d3b 100644 --- a/.github/workflows/merge-develop-to-master.yml +++ b/.github/workflows/merge-develop-to-master.yml @@ -1,31 +1,31 @@ -name: Merge develop to master - -on: - push: - branches: - - develop - -jobs: - merge: - runs-on: ubuntu-latest - - steps: - - name: Checkout develop branch - uses: actions/checkout@v3 - with: - ref: develop - - - name: Setup Git - run: | - git config --global user.name 'github-actions[bot]' - git config --global user.email 'github-actions[bot]@users.noreply.github.com' - - - name: Checkout master branch - run: git checkout origin/master - - - name: Merge develop into master - run: | - git merge develop - git push origin master - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} +#name: Merge develop to master +# +#on: +# push: +# branches: +# - develop +# +#jobs: +# merge: +# runs-on: ubuntu-latest +# +# steps: +# - name: Checkout develop branch +# uses: actions/checkout@v3 +# with: +# ref: develop +# +# - name: Setup Git +# run: | +# git config --global user.name 'github-actions[bot]' +# git config --global user.email 'github-actions[bot]@users.noreply.github.com' +# +# - name: Checkout master branch +# run: git checkout origin/master +# +# - name: Merge develop into master +# run: | +# git merge develop +# git push origin master +# env: +# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}