From 2315b5422e3b74dd25d3fb5bf51527525aef6751 Mon Sep 17 00:00:00 2001 From: PriyoMukul Date: Tue, 14 Sep 2021 13:51:10 +0600 Subject: [PATCH] TEST --- .github/workflows/release.yml | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9f08a312a..056267c13 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,8 +3,7 @@ name: Deploy to WordPress.org on: push: - tags: - - "*" + branches: [ deploy ] jobs: deploy: runs-on: ubuntu-latest @@ -12,16 +11,4 @@ jobs: - uses: actions/checkout@v2 - name: Running NPM Install & Build For Gutenberg run: | - npm install --silent && npm run build - - name: WordPress Plugin Deploy - id: deploy - uses: 10up/action-wordpress-plugin-deploy@stable - env: - SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} - SVN_USERNAME: ${{ secrets.SVN_USERNAME }} - - name: Assets Update - id: assets - uses: 10up/action-wordpress-plugin-asset-update@stable - env: - SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} - SVN_USERNAME: ${{ secrets.SVN_USERNAME }} \ No newline at end of file + npm install --silent && npm run build \ No newline at end of file