From 09fd0c49dbf858e70afe9256926664e74a4902bf Mon Sep 17 00:00:00 2001 From: "John Paul E. Balandan, CPA" Date: Fri, 20 Dec 2024 01:17:45 +0800 Subject: [PATCH] Add deploy API yml to paths --- .github/workflows/deploy-nexus-api.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-nexus-api.yml b/.github/workflows/deploy-nexus-api.yml index c7fc4ac..aef8da5 100644 --- a/.github/workflows/deploy-nexus-api.yml +++ b/.github/workflows/deploy-nexus-api.yml @@ -1,12 +1,13 @@ name: Deploy Nexus API on: + workflow_dispatch: push: branches: - - '1.x' + - 1.x paths: - - src - workflow_dispatch: + - src/ + - .github/workflows/deploy-nexus-api.yml permissions: contents: read