Skip to content

Commit 074df16

Browse files
authored
Merge pull request #9 from DoodleyJC/dev
Dev
2 parents b8333ef + 846f6b5 commit 074df16

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/azure-static-web-apps-delightful-rock-0aeeb4010.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,10 @@ on:
44
push:
55
branches:
66
- main
7-
pull_request:
8-
types: [opened, synchronize, reopened, closed]
9-
branches:
10-
- main
117

128
jobs:
139
build_and_deploy_job:
14-
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
10+
if: github.event_name == 'push'
1511
runs-on: ubuntu-latest
1612
name: Build and Deploy Job
1713
steps:

bluenps/src/app/home-page/home-page.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { RouterModule } from '@angular/router';
1111
export class HomePageComponent implements OnInit {
1212
title = 'bluenps';
1313
test: any;
14-
data: signup[]= [{name: "uninitialized", court: "uninitialized", time: "uninitialized"}];
14+
data: signup[]= [{name: "uninitialized", court: "uninitialized", time: "please wait"}];
1515
constructor(private http: HttpClient, private backendService: BackendService){}
1616

1717
ngOnInit(){

0 commit comments

Comments
 (0)