[fix] Git actions now ignoring tags

This commit is contained in:
Georgii Petrov
2024-03-28 14:29:08 +03:00
parent f02884bea8
commit e6c59a4a25
6 changed files with 18 additions and 6 deletions

View File

@ -1,6 +1,8 @@
name: Service unit tests
on:
push:
branches:
- '**'
paths:
- '**.js'
- '!tests/integration/**'
@ -31,4 +33,4 @@ jobs:
npm --prefix DocService ci
- name: Run Jest
run: npm run "unit tests"
run: npm run "unit tests"