Browse Source

🚑: remove github.event==push

antd@4
chenshuai2144 6 years ago
parent
commit
be3d4a2402
  1. 2
      .github/workflows/deploy.yml

2
.github/workflows/deploy.yml

@ -5,7 +5,7 @@ on: [push]
jobs: jobs:
build-and-deploy: build-and-deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.event == 'push' && github.ref == 'master' if: github.ref == 'master'
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@master uses: actions/checkout@master

Loading…
Cancel
Save