Skip to content

Commit

Permalink
Merge pull request #36 from newfold-labs/rewrite_plugin
Browse files Browse the repository at this point in the history
fix ci/cd
  • Loading branch information
amartya-dev authored Sep 8, 2023
2 parents de1034c + cb59ace commit d18edc8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/svn-deploy-plugin-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ jobs:
- name: Run build
run: yarn webpack && yarn webpack --mode=production

- name: Generate .pot file
run: yarn run i18n

- name: Validate composer.json and composer.lock
run: composer validate

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/upload-artifact-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ jobs:
- name: Run build
run: yarn webpack && yarn webpack --mode=production

- name: Generate .pot file
run: yarn run i18n

- name: Validate composer.json and composer.lock
run: composer validate

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/upload-asset-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ jobs:
- name: Run build
run: yarn webpack && yarn webpack --mode=production

- name: Generate .pot file
run: yarn run i18n

- name: Validate composer.json and composer.lock
run: composer validate

Expand Down

0 comments on commit d18edc8

Please sign in to comment.