Workflow fix.

This commit is contained in:
Viacheslav Kudinov 2021-06-10 18:14:09 +02:00
parent f96301a9d9
commit c4ee3ae23b
2 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@ name: "Build and test maven GitHub action"
on: on:
pull_request: pull_request:
branches: [ master ] branches: [ master ]
push:
jobs: jobs:
build: build:
@ -16,7 +17,7 @@ jobs:
node-version: 12 node-version: 12
- run: npm install - run: npm install
- run: npm run build - run: npm run build
- run: npm run build-distr - run: npm run build-dist
- name: "Set up JDK" - name: "Set up JDK"
uses: actions/setup-java@v2 uses: actions/setup-java@v2
with: with:

2
.gitignore vendored
View File

@ -22,7 +22,7 @@ pids
# IntelliIDEA # IntelliIDEA
.idea/ .idea/
*.iml
# Husky # Husky
.husky/ .husky/