Skip to content

Commit

Permalink
build(app): update CD to run on files changed in front folder only
Browse files Browse the repository at this point in the history
  • Loading branch information
juskek committed Aug 18, 2023
1 parent 80d280c commit 83e7f19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/app-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
push:
branches:
- main
paths:
- front/**

defaults:
run:
Expand Down

0 comments on commit 83e7f19

Please sign in to comment.