mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-06 14:00:55 +03:00
natives.yml: run "Native Libraries" on any change in native project (e.g. when changing Gradle build script)
This commit is contained in:
6
.github/workflows/natives.yml
vendored
6
.github/workflows/natives.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user