diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ed742a2..3d31965 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -3,10 +3,10 @@ name: build on: push: branches: - - master + - main pull_request: branches: - - master + - main jobs: build: @@ -22,12 +22,11 @@ jobs: - uses: Swatinem/rust-cache@v2 with: - save-if: ${{ github.ref == 'refs/heads/master' }} + save-if: ${{ github.ref == 'refs/heads/main' }} - run: npm ci - run: npm run build --workspace @project-gauntlet/api - - run: npm run build --workspace @project-gauntlet/tools - run: npm run build --workspace @project-gauntlet/deno - run: npm run build --workspace @project-gauntlet/react diff --git a/.idea-run/build-tools.run.xml b/.idea-run/build-tools.run.xml deleted file mode 100644 index c316f2b..0000000 --- a/.idea-run/build-tools.run.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - -