From f20f0dba2c0734feb38b5343f30335f8ad8f0270 Mon Sep 17 00:00:00 2001 From: Alex Lancaster Date: Wed, 13 Nov 2024 00:13:19 -0500 Subject: [PATCH] don't re-run build workflow after changes to citation updates --- .github/workflows/build_wheels.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 646232e25..4b38ffc5b 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -19,7 +19,9 @@ on: - '.github/workflows/documentation.yaml' - '.github/workflows/buildjet_arm64.yml' - '.github/workflows/release-drafter.yml' - - '.github/workflows/codeql.yml' + - '.github/workflows/codeql.yml' + - '.github/workflows/run_citations.yml' + - '.github/workflows/update_citations.yml' - '.gitattributes' push: paths-ignore: @@ -34,7 +36,9 @@ on: - '.github/workflows/documentation.yaml' - '.github/workflows/buildjet_arm64.yml' - '.github/workflows/release-drafter.yml' - - '.github/workflows/codeql.yml' + - '.github/workflows/codeql.yml' + - '.github/workflows/run_citations.yml' + - '.github/workflows/update_citations.yml' - '.gitattributes' release: types: