From 70203c3700f3711c15f8b9422fdb27fb28d4c522 Mon Sep 17 00:00:00 2001 From: Rune Harlyk <36825685+runeharlyk@users.noreply.github.com> Date: Mon, 26 Feb 2024 14:43:22 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=83=20Updates=20trigger=20branch=20for?= =?UTF-8?q?=20app-unit-test.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/app-unit-test.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/app-unit-test.yml b/.github/workflows/app-unit-test.yml index 24d5351..d972af9 100644 --- a/.github/workflows/app-unit-test.yml +++ b/.github/workflows/app-unit-test.yml @@ -1,11 +1,13 @@ name: CI -# This workflow is triggered on pushes and pull requests to the main branch. on: push: - branches: [ main ] + branches: [ master ] pull_request: - branches: [ main ] + branches: [ master ] + +permissions: + contents: read jobs: build: @@ -13,7 +15,6 @@ jobs: steps: - uses: actions/checkout@v2 - # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: Setup Node.js uses: actions/setup-node@v2