Skip to content

Commit 0d864b1

Browse files
committed
CI: remove path filter so workflow triggers on any push to v1.1.1
1 parent b043f8d commit 0d864b1

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/build-gui-branch.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@ name: Build & Test GUI (branch)
33
on:
44
push:
55
branches: [v1.1.1]
6-
paths:
7-
- "frontend/**"
8-
- "src-tauri/**"
9-
- "src/**"
10-
- "Cargo.toml"
11-
- "Cargo.lock"
12-
- ".github/workflows/build-gui-branch.yml"
136
workflow_dispatch:
147

158
jobs:

0 commit comments

Comments
 (0)