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: tags:
- '[0-9]*' - '[0-9]*'
paths: paths:
- '**.cpp' - 'flatlaf-natives/flatlaf-natives-windows/**'
- '**.h'
pull_request: pull_request:
branches: branches:
- '*' - '*'
paths: paths:
- '**.cpp' - 'flatlaf-natives/flatlaf-natives-windows/**'
- '**.h'
jobs: jobs:
Windows: Windows: