mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
Optimize build workflows to trigger only when important files changed
This commit is contained in:
@@ -3,12 +3,10 @@ name: Build Electron Apps
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: ["main", "electron"]
|
||||
branches: ["main"]
|
||||
paths:
|
||||
- 'frontend/**'
|
||||
- 'package.json'
|
||||
- 'package-lock.json'
|
||||
- 'frontend/electron/**'
|
||||
- '.github/workflows/build.yml'
|
||||
|
||||
concurrency:
|
||||
|
||||
Reference in New Issue
Block a user