Rename & clean up
This commit is contained in:
parent
08da52cce8
commit
7778ed894f
2 changed files with 3 additions and 9 deletions
|
|
@ -1,14 +1,10 @@
|
|||
name: Release Obsidian plugin
|
||||
|
||||
# on:
|
||||
# push:
|
||||
# tags:
|
||||
# - "*"
|
||||
on:
|
||||
push:
|
||||
branches: ["master"]
|
||||
pull_request:
|
||||
branches: ["master"]
|
||||
tags:
|
||||
- "*"
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
|
|
@ -32,9 +28,7 @@ jobs:
|
|||
|
||||
- name: Build plugin
|
||||
run: |
|
||||
pwd
|
||||
cd plugin
|
||||
pwd
|
||||
npm install
|
||||
npm run build
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue