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:
Debucquoy Anthony 2024-02-20 09:54:41 +01:00
parent 12fdb0d4b7
commit 7326889f32
Signed by: tonitch
GPG Key ID: A78D6421F083D42E
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ run-name: ${{ gitea.actor }} has pushed to production
on:
push:
branches:
- $default-branch
- master
workflow_dispatch:
jobs:

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: