mirror of
https://github.com/nicolabs/musiccast-repairkit.git
synced 2026-04-10 08:19:16 +02:00
Deactivate build for now in npm-github.yml (not working)
This commit is contained in:
parent
91b2a9b9e2
commit
b8c8bee4c0
7
.github/workflows/npm-github.yml
vendored
7
.github/workflows/npm-github.yml
vendored
|
|
@ -2,12 +2,13 @@
|
||||||
name: Publish package to GitHub Packages
|
name: Publish package to GitHub Packages
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# push:
|
push:
|
||||||
# tags:
|
tags:
|
||||||
# - 'v*.*.*'
|
- 'v*.*.*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
if: false
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue