Auto PR: dev → main #2

Merged
anti merged 3 commits from dev into main 2026-04-06 17:11:55 +02:00
3 changed files with 9 additions and 0 deletions
Showing only changes of commit e5a6c2d9a7 - Show all commits

View File

@@ -3,6 +3,9 @@ name: CI
on:
push:
branches: [dev, testing]
paths-ignore:
- "**/*.md"
- "docs/**"
jobs:
lint:

View File

@@ -3,6 +3,9 @@ name: PR Gate
on:
pull_request:
branches: [main]
paths-ignore:
- "**/*.md"
- "docs/**"
jobs:
lint:

View File

@@ -3,6 +3,9 @@ name: Release
on:
push:
branches: [main]
paths-ignore:
- "**/*.md"
- "docs/**"
env:
REGISTRY: git.resacachile.cl