ignore ArgoCD paths in push trigger for CI workflow
All checks were successful
🧪 ✨ Unit Tests Workflow / 🧪 📜 JavaScript Tests (push) Successful in 1m45s
🧪 ✨ Unit Tests Workflow / 🧪 🐹 GolangCI-Lint (push) Successful in 1m47s
🧪 ✨ Unit Tests Workflow / 🔍 🐹 Go Tests (push) Successful in 3m22s

This commit is contained in:
2026-02-06 20:09:48 -05:00
parent b122fca494
commit f6ed88fd78

View File

@@ -6,6 +6,8 @@ on:
required: true required: true
default: 'true' default: 'true'
push: push:
paths-ignore:
- argocd/**/*
branches: branches:
- "*" - "*"