ci: fix nodejs workflow on push

This commit is contained in:
Alex
2021-10-05 17:06:47 +03:00
parent 5480ec769c
commit 69afcac64c

View File

@@ -6,7 +6,7 @@ on:
branches: branches:
- master - master
paths: paths:
- nodejs/* - nodejs/**
jobs: jobs:
push: push:
name: "yolks:nodejs_${{ matrix.tag }}" name: "yolks:nodejs_${{ matrix.tag }}"