Skip to content

Commit

Permalink
[Workflows] Refactor. Discovery server ci pipeline to run itself when…
Browse files Browse the repository at this point in the history
… changes are made to it
  • Loading branch information
shaikrasheed99 committed Sep 14, 2024
1 parent 3513005 commit c3c65f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/discovery-server-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ on:
- main
paths:
- 'discovery-server/**'
- '.github/workflows/discovery-server-ci.yaml'
pull_request:
paths:
- 'discovery-server/**'
- '.github/workflows/discovery-server-ci.yaml'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit c3c65f9

Please sign in to comment.