diff --git a/.github/workflows/weekly-branch-promotions.yml b/.github/workflows/weekly-branch-promotions.yml index 88d1628..c53a349 100644 --- a/.github/workflows/weekly-branch-promotions.yml +++ b/.github/workflows/weekly-branch-promotions.yml @@ -2,7 +2,7 @@ name: 🔁 Branch Promotions on: schedule: - - cron: "0 6 * * 1,4" # Lundi et Jeudi à 6h UTC (design → develop) + - cron: "0 6 * * 1,4" # Lundi et Jeudi à 6h UTC (design → develop) - cron: "0 6 * * 1" # Lundi à 6h UTC (develop → main) workflow_dispatch: inputs: diff --git a/eslint.config.js b/eslint.config.js index aef40fc..e1d5f91 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -7,7 +7,7 @@ import tseslint from "typescript-eslint"; import { defineConfig, globalIgnores } from "eslint/config"; export default defineConfig([ - globalIgnores(["dist"]), + globalIgnores(["dist", "POC-grass"]), { files: ["**/*.{ts,tsx}"], extends: [