diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c2e5fd..1d51f50 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,16 +9,18 @@ on: - '!.github/workdlows/ci.yml' - '.vscode/*' - '**.md' + - '.env*' - 'LICENSE' - 'COPYING' pull_request: - branches: [ "main" ] + branches: [ "main", "deps" ] paths-ignore: - '.devcontainer/*' - '.github/*' - '!.github/workdlows/ci.yml' - '.vscode/*' - '**.md' + - '.env*' - 'LICENSE' - 'COPYING' workflow_dispatch: @@ -64,13 +66,3 @@ jobs: context: . push: ${{ github.event_name != 'pull_request' || github.event.inputs.push == 'true' }} tags: ${{ steps.meta.outputs.tags }} - - lint: - runs-on: ubuntu-latest - container: node:22 - - steps: - - uses: actions/checkout@v4 - - - run: yarn install - - run: yarn lint