From c4ee3ae23bd715f5530b39c1efd1a2a53e626ed0 Mon Sep 17 00:00:00 2001 From: Viacheslav Kudinov Date: Thu, 10 Jun 2021 18:14:09 +0200 Subject: [PATCH] Workflow fix. --- .github/workflows/build-action.yaml | 3 ++- .gitignore | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-action.yaml b/.github/workflows/build-action.yaml index 7e7f7bb..7ea0d19 100644 --- a/.github/workflows/build-action.yaml +++ b/.github/workflows/build-action.yaml @@ -3,6 +3,7 @@ name: "Build and test maven GitHub action" on: pull_request: branches: [ master ] + push: jobs: build: @@ -16,7 +17,7 @@ jobs: node-version: 12 - run: npm install - run: npm run build - - run: npm run build-distr + - run: npm run build-dist - name: "Set up JDK" uses: actions/setup-java@v2 with: diff --git a/.gitignore b/.gitignore index 98d71eb..a2e37c6 100644 --- a/.gitignore +++ b/.gitignore @@ -22,7 +22,7 @@ pids # IntelliIDEA .idea/ - +*.iml # Husky .husky/