From 12b23fd4e84bcc7759bfff3cd7e888063a41c24c Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Thu, 14 Nov 2024 16:33:31 +0100 Subject: [PATCH] invert on --- .github/workflows/infra.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/infra.yml b/.github/workflows/infra.yml index 5f6b13b..2da12e8 100644 --- a/.github/workflows/infra.yml +++ b/.github/workflows/infra.yml @@ -2,13 +2,13 @@ name: Deploy infrastructure on: push: - paths: - - infrastructure/** + paths-ignore: + - src/** branches: - main pull_request: - paths: - - infrastructure/** + paths-ignore: + - src/** types: [opened, synchronize, reopened, closed] branches: - main