From 1fc519b9defcf14f774cf3cd8d67a3cfa2dd0dfe Mon Sep 17 00:00:00 2001 From: Karl Tauber Date: Sun, 14 Mar 2021 00:02:01 +0100 Subject: [PATCH] natives.yml: run "Native Libraries" also when natives.yml changed --- .github/workflows/natives.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/natives.yml b/.github/workflows/natives.yml index 54219042..98f17918 100644 --- a/.github/workflows/natives.yml +++ b/.github/workflows/natives.yml @@ -10,11 +10,13 @@ on: - '[0-9]*' paths: - 'flatlaf-natives/flatlaf-natives-windows/**' + - '.github/workflows/natives.yml' pull_request: branches: - '*' paths: - 'flatlaf-natives/flatlaf-natives-windows/**' + - '.github/workflows/natives.yml' jobs: Windows: