diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e50dae7..9ee73a9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,8 +8,8 @@ on: - "web/**" jobs: - lint: - name: ESLint + build-site-test: + name: Build Site Test runs-on: ubuntu-latest steps: diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index b1f61a1..ea6708a 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -1,9 +1,13 @@ name: ESLint Check on: - push: - branches: - - '*' + push: + branches: + - '*' + paths: + - "api/**" + - "bot/**" + - "web/**" jobs: lint: