From ba08daaf9b149b529bfed870263f318909fc3c40 Mon Sep 17 00:00:00 2001 From: William Calderipe Date: Tue, 20 Feb 2024 11:49:48 +0100 Subject: [PATCH] Fix CI triggers on configuration changes --- .github/workflows/armory.yml | 2 +- .github/workflows/policy-engine-shared.yml | 2 +- .github/workflows/policy-engine.yml | 2 +- .github/workflows/transaction-request-intent.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/armory.yml b/.github/workflows/armory.yml index a29ca836a..d06672543 100644 --- a/.github/workflows/armory.yml +++ b/.github/workflows/armory.yml @@ -4,7 +4,7 @@ on: push: paths: - apps/armory/** - - .github/workflows/armory_ci.yml + - .github/workflows/armory.yml - jest.config.ts - jest.preset.js - .eslintrc.json diff --git a/.github/workflows/policy-engine-shared.yml b/.github/workflows/policy-engine-shared.yml index 2d3efe558..e845f8f53 100644 --- a/.github/workflows/policy-engine-shared.yml +++ b/.github/workflows/policy-engine-shared.yml @@ -4,7 +4,7 @@ on: push: paths: - packages/policy-engine-shared/** - - .github/workflows/authz_shared_ci.yml + - .github/workflows/policy-engine-shared.yml - jest.config.ts - jest.preset.js - .eslintrc.json diff --git a/.github/workflows/policy-engine.yml b/.github/workflows/policy-engine.yml index 0f72a9f56..bc625ad85 100644 --- a/.github/workflows/policy-engine.yml +++ b/.github/workflows/policy-engine.yml @@ -4,7 +4,7 @@ on: push: paths: - apps/policy-engine/** - - .github/workflows/policy_engine_ci.yml + - .github/workflows/policy-engine.yml - jest.config.ts - jest.preset.js - .eslintrc.json diff --git a/.github/workflows/transaction-request-intent.yml b/.github/workflows/transaction-request-intent.yml index 381304c66..156fd9ace 100644 --- a/.github/workflows/transaction-request-intent.yml +++ b/.github/workflows/transaction-request-intent.yml @@ -4,7 +4,7 @@ on: push: paths: - packages/transaction-request-intent/** - - .github/workflows/transaction_request_intent_ci.yml + - .github/workflows/transaction-request-intent.yml - jest.config.ts - jest.preset.js - .eslintrc.json