From 78535d283b62a4a0a1767941fc5d5b8262cbb4b7 Mon Sep 17 00:00:00 2001 From: Thomas Ballmann Date: Sun, 16 May 2021 20:26:14 +0200 Subject: [PATCH] Update firmware.yml --- .github/workflows/firmware.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/firmware.yml b/.github/workflows/firmware.yml index 4d43c64..e792b10 100644 --- a/.github/workflows/firmware.yml +++ b/.github/workflows/firmware.yml @@ -7,8 +7,8 @@ on: # Triggers the workflow on push or pull request events but only for the master branch push: branches: [ master ] - paths: - - '!app/**' + paths-ignore: + - 'app/**' # pull_request: # branches: [ master ]