diff --git a/.eslintrc.json b/.eslintrc.json index 95d60205..7bc9ae0b 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,5 +1,6 @@ { "rules": { "@typescript-eslint/no-unused-vars": "off" // Desativa a regra globalmente + // } } diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index 0e48c209..4df4f2d8 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -3,8 +3,6 @@ name: CI on: push: branches: ["develop"] - pull_request: - types: [opened, synchronize] # Prevent duplicate workflows from running concurrency: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 83855de1..eab7f8ba 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,8 +3,6 @@ name: CI on: push: branches: ["main"] - pull_request: - types: [opened, synchronize] # Prevent duplicate workflows from running concurrency: