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:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths-ignore:
|
||||||
- infrastructure/**
|
- src/**
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths-ignore:
|
||||||
- infrastructure/**
|
- src/**
|
||||||
types: [opened, synchronize, reopened, closed]
|
types: [opened, synchronize, reopened, closed]
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue