🔥 remove things i've done poorly

pull/1/head^2
Vincent ASTOLFI 1 year ago
parent d857816ef5
commit 679f41abb3

@ -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
Loading…
Cancel
Save