From 69afcac64cc9c72a3cd118d72a1f50a49edf1f0b Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 5 Oct 2021 17:06:47 +0300 Subject: [PATCH] ci: fix nodejs workflow on push --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 9beb749..22b65ec 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -6,7 +6,7 @@ on: branches: - master paths: - - nodejs/* + - nodejs/** jobs: push: name: "yolks:nodejs_${{ matrix.tag }}" @@ -37,4 +37,4 @@ jobs: platforms: linux/amd64 push: true tags: | - ghcr.io/parkervcp/yolks:nodejs_${{ matrix.tag }} \ No newline at end of file + ghcr.io/parkervcp/yolks:nodejs_${{ matrix.tag }}