Skip to content

Commit 9ddd35b

Browse files
committed
refactor: update workflow trigger to run on push to feature/bootstrap-icons branch
1 parent fd15a41 commit 9ddd35b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/build-native-libs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
name: Build Native Libraries
22

3-
# Triggered manually from the Actions tab, or via workflow_dispatch API
43
on:
4+
push:
5+
branches:
6+
- feature/bootstrap-icons
7+
paths:
8+
- 'tools/idea-plugin/native/**'
9+
- '.github/workflows/build-native-libs.yml'
510
workflow_dispatch:
611

712
jobs:

0 commit comments

Comments
 (0)