Delete publish-remix-ide.yml

pull/1760/head^2
yann300 3 years ago committed by GitHub
parent f5ad9a10cf
commit ee8d802f6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      .github/workflows/publish-remix-ide.yml

@ -1,16 +0,0 @@
name: remix-publish-action
on:
pull_request:
types: [ labeled ]
jobs:
build:
if: ${{ github.event.label.name == 'publish' }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- run: npm install
- run: ls
- run: pwd
- run: npm run build
- run: node ./apps/remix-ide/ci/publishIpfs
Loading…
Cancel
Save