diff --git a/.github/workflows/code-linter.yaml b/.github/workflows/code-linter.yaml index 5ac0940e..d6a7932e 100644 --- a/.github/workflows/code-linter.yaml +++ b/.github/workflows/code-linter.yaml @@ -1,7 +1,7 @@ name: Auto Check Lint on: - pull_request: - branches: ['main'] + - pull_request + - push jobs: Lint: diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index d4570cda..2237ffda 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -1,4 +1,4 @@ -name: integracion continua con node.js +name: NodeJS Continuous Integration on: [push, pull_request]