invert on
This commit is contained in:
parent
f1d2ae49a7
commit
12b23fd4e8
1 changed files with 4 additions and 4 deletions
8
.github/workflows/infra.yml
vendored
8
.github/workflows/infra.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue