Skip to content

Commit

Permalink
Add deploy API yml to paths
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalandan committed Dec 19, 2024
1 parent 7bfec53 commit 09fd0c4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy-nexus-api.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 09fd0c4

Please sign in to comment.