Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migrate to github action CI & CD #239

Merged
merged 12 commits into from
Nov 6, 2021
Merged
Prev Previous commit
without filter
  • Loading branch information
foxundermoon committed Nov 6, 2021
commit 0d70d42d867762bec7ff4cd59f22b3027410fd73
4 changes: 0 additions & 4 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
- uses: actions/checkout@v2
- name: Master
uses: actions/bin/filter@master
with:
args: branch master
- uses: actions/setup-node@v2
with:
node-version: '16'
Expand Down