From ce972b45f5552cbc8b1621eb784e173975a231f4 Mon Sep 17 00:00:00 2001 From: bwoodsend Date: Mon, 20 Sep 2021 13:05:10 +0100 Subject: [PATCH] Trigger deploy-wheels-linux workflow when its yaml is modified. --- .github/workflows/deploy-wheels-linux.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy-wheels-linux.yml b/.github/workflows/deploy-wheels-linux.yml index e591bec9..130572d5 100644 --- a/.github/workflows/deploy-wheels-linux.yml +++ b/.github/workflows/deploy-wheels-linux.yml @@ -4,6 +4,8 @@ on: push: branches: - main + paths: + - ".github/workflows/deploy-wheels-linux.yml" release: types: - published