frontend-CI #28

Merged
tonitch merged 3 commits from frontend-CI into master 2024-02-20 10:55:17 +01:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 7326889f32 - Show all commits

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: