diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml deleted file mode 100644 index f813f53..0000000 --- a/.github/workflows/master.yml +++ /dev/null @@ -1,28 +0,0 @@ -name: Master Integration - -on: - push: - branches: - - master - -jobs: - - build: - runs-on: ubuntu-20.04 - - strategy: - matrix: - node: [18] - - steps: - - uses: actions/checkout@v1 - - name: Use Node.js ${{ matrix.node }} - uses: actions/setup-node@v2 - with: - node-version: ${{ matrix.node }} - - name: Installing project dependencies - run: | - npm ci - - name: Build - run: | - npm run build \ No newline at end of file