branch names
All checks were successful
Build and test FrontEnd / Build (pull_request) Successful in 56s
Build and test FrontEnd / Test (pull_request) Successful in 21s

This commit is contained in:
2024-02-20 09:54:41 +01:00
parent 12fdb0d4b7
commit 7326889f32
2 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@ name: Build and test FrontEnd
on:
push:
branches: [ $default-branch ]
branches: [ master ]
pull_request:
branches: [ $default-branch ]
branches: [ master ]
jobs:
Build: