Browse Source

Pr checks

pull/3/head
e-maks 2 years ago
parent
commit
eff2db8961
  1. 3
      .github/workflows/main.yaml

3
.github/workflows/main.yaml

@ -1,7 +1,5 @@ @@ -1,7 +1,5 @@
name: lab-testing
# add your pipline description below
on:
push:
branches:
@ -10,7 +8,6 @@ on: @@ -10,7 +8,6 @@ on:
branches:
- main
jobs:
unit-tests:
runs-on: ubuntu-latest

Loading…
Cancel
Save