Skip to content

Commit 57e3e74

Browse files
committed
Update frontend workflow
* Remove trigger on pull request * Add conditional trigger based on frontend directory
1 parent 63bb304 commit 57e3e74

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/frontend.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ on:
44
push:
55
branches: [ 'main' ]
66
paths:
7-
# - 'frontend/**' # Only trigger if changes are made in the frontend directory
8-
pull_request:
9-
branches: [ 'main' ]
10-
types: [ 'opened', 'reopened', 'synchronize']
7+
- 'frontend/**'
118

129
workflow_dispatch:
1310

0 commit comments

Comments
 (0)