invert on

This commit is contained in:
Chris Kruining 2024-11-14 16:33:31 +01:00
parent f1d2ae49a7
commit 12b23fd4e8
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -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