diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 99782f6..cf04a45 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -2,15 +2,15 @@ name: CI on: push: - branches: [ master ] + branches: [master] pull_request: - branches: [ master ] + branches: [master] jobs: build: runs-on: ubuntu-latest container: node:lts-alpine - + steps: - name: Checkout code uses: actions/checkout@v4 @@ -25,4 +25,4 @@ jobs: run: npm run test - name: Build project - run: npm run build \ No newline at end of file + run: npm run build