From 91a956558beb8f8325c9a5339faa6d5feb360513 Mon Sep 17 00:00:00 2001 From: Brendan F Date: Fri, 7 Jul 2023 23:04:54 -0700 Subject: Update build_website.yml --- .github/workflows/build_website.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to '.github') diff --git a/.github/workflows/build_website.yml b/.github/workflows/build_website.yml index 46738a9..1a26539 100644 --- a/.github/workflows/build_website.yml +++ b/.github/workflows/build_website.yml @@ -4,9 +4,10 @@ name: Build Website # Controls when the workflow will run on: - # Triggers the workflow on push or pull request events but only for the "master" branch push: branches: [ "master" ] + pull_request: + branches: [ "master" ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -37,13 +38,3 @@ jobs: uses: borales/actions-yarn@v4.2.0 with: cmd: build - #- name: Test the app - # uses: borales/actions-yarn@v4.2.0 - # with: - # cmd: test # will run `yarn test` command - - #- name: Run test in sub-folder - # uses: borales/actions-yarn@v4.2.0 - # with: - # cmd: test - # dir: 'frontend' # will run `yarn test` in `frontend` sub folder -- cgit v1.2.3