branch names
This commit is contained in:
parent
12fdb0d4b7
commit
7326889f32
@ -4,7 +4,7 @@ run-name: ${{ gitea.actor }} has pushed to production
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- $default-branch
|
||||
- master
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user