We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd15a41 commit 9ddd35bCopy full SHA for 9ddd35b
1 file changed
.github/workflows/build-native-libs.yml
@@ -1,7 +1,12 @@
1
name: Build Native Libraries
2
3
-# Triggered manually from the Actions tab, or via workflow_dispatch API
4
on:
+ push:
5
+ branches:
6
+ - feature/bootstrap-icons
7
+ paths:
8
+ - 'tools/idea-plugin/native/**'
9
+ - '.github/workflows/build-native-libs.yml'
10
workflow_dispatch:
11
12
jobs:
0 commit comments