Skip to content

Commit

Permalink
gha(server-release): trigger on diode-server/** changes only (#188)
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Fiedorowicz <mfiedorowicz@netboxlabs.com>
  • Loading branch information
mfiedorowicz authored Oct 15, 2024
1 parent 216f3a6 commit 5a8cf58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ on:
- "!release"
paths:
- "diode-server/**"
- "!diode-server/docker/**"
pull_request:
paths:
- "diode-server/**"
- "!diode-server/docker/**"

concurrency:
group: ${{ github.workflow }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/server-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
workflow_dispatch:
push:
branches: [ release ]
paths:
- "diode-server/**"
- "!diode-server/docker/**"

concurrency:
group: ${{ github.workflow }}
Expand Down

0 comments on commit 5a8cf58

Please sign in to comment.