Skip to content

Commit 08a5f97

Browse files
ci: PLT-366: Build frontend static only in develop and release branches
1 parent 520b6e4 commit 08a5f97

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cicd_pipeline.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,7 @@ jobs:
132132
needs:
133133
- changed_files
134134
if: |
135-
github.event_name == 'pull_request' &&
136-
github.event.pull_request.head.repo.fork == false &&
135+
github.event_name == 'push' &&
137136
needs.changed_files.outputs.frontend == 'true' &&
138137
!startsWith(needs.changed_files.outputs.commit-message, 'ci: Build frontend')
139138
permissions:

0 commit comments

Comments
 (0)