From 679f41abb3dfde1f70cfb86f381e854ccb2b514c Mon Sep 17 00:00:00 2001 From: vincentastolfi Date: Tue, 16 Apr 2024 16:16:36 +0200 Subject: [PATCH] :fire: remove things i've done poorly --- .github/workflows/main.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index ffc08fa..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: maettleship CI - -on: - push: - branches: [ "main", "deployement" ] - pull_request: - branches: [ "master" ] - -jobs: - build: - - runs-on: self-hosted - - steps: - - uses: actions/checkout@v2 - - name: Use Node.js 16.x - uses: actions/setup-node@v2 - with: - node-version: 16.x - - run: npm install - - run: npm run start