Skip to content

Commit

Permalink
Optimize workflow execution, only when changing code
Browse files Browse the repository at this point in the history
  • Loading branch information
kmiiloberrio-dev committed Jul 8, 2024
1 parent eed2eda commit 26248e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- develop
- main
paths:
- 'src/**'
- 'pom.xml'

workflow_dispatch:

jobs:
Expand Down

0 comments on commit 26248e5

Please sign in to comment.