From efa508cf834bd49f14e069e9b9d4606a51fa3cba Mon Sep 17 00:00:00 2001 From: kogeler Date: Wed, 9 Oct 2024 17:36:53 +0300 Subject: [PATCH] fix paths in polkadot.yml --- .github/workflows/polkadot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/polkadot.yml b/.github/workflows/polkadot.yml index fe0eb7d..c4f0add 100644 --- a/.github/workflows/polkadot.yml +++ b/.github/workflows/polkadot.yml @@ -7,12 +7,14 @@ on: - .github/workflows/polkadot.yml - dockerfiles/Dockerfile-env-test - dockerfiles/Dockerfile-env-amd64 + - dockerfiles/Dockerfile-amd64 - config.yml pull_request: paths: - .github/workflows/polkadot.yml - dockerfiles/Dockerfile-env-test - dockerfiles/Dockerfile-env-amd64 + - dockerfiles/Dockerfile-amd64 - config.yml env: