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: on:
push: push:
branches: branches:
- $default-branch - master
workflow_dispatch: workflow_dispatch:
jobs: jobs:

View File

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