natives.yml: run "Native Libraries" on any change in native project (e.g. when changing Gradle build script)

This commit is contained in:
Karl Tauber
2021-03-13 23:59:30 +01:00
parent 8eb44a68cb
commit 2bcf38e2e3

View File

@@ -9,14 +9,12 @@ on:
tags:
- '[0-9]*'
paths:
- '**.cpp'
- '**.h'
- 'flatlaf-natives/flatlaf-natives-windows/**'
pull_request:
branches:
- '*'
paths:
- '**.cpp'
- '**.h'
- 'flatlaf-natives/flatlaf-natives-windows/**'
jobs:
Windows: