🎃 Updates trigger branch for app-unit-test.yml

This commit is contained in:
Rune Harlyk
2024-02-26 14:43:22 +01:00
committed by Rune Harlyk
parent fa098ad2e0
commit 70203c3700
+5 -4
View File
@@ -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