From 768410cf5180b1cc4381f2f096cd7c553a2b0311 Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Sun, 27 Nov 2022 09:19:36 +0100 Subject: Run profile-ckeck on workflow edits --- .github/workflows/profile-checks.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/profile-checks.yml b/.github/workflows/profile-checks.yml index a6a784762..6224359b9 100644 --- a/.github/workflows/profile-checks.yml +++ b/.github/workflows/profile-checks.yml @@ -4,6 +4,7 @@ on: push: branches: [ master ] paths: + - .github/workflows/profile-checks.yml - 'ci/check/profiles/**' - 'etc/**' - contrib/sort.py @@ -11,6 +12,7 @@ on: pull_request: branches: [ master ] paths: + - .github/workflows/profile-checks.yml - 'ci/check/profiles/**' - 'etc/**' - contrib/sort.py -- cgit v1.2.3-54-g00ecf