Skip to content

Commit c46c230

Browse files
committed
update yml
1 parent 175602e commit c46c230

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/backend.main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: deploy_backend
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ master ]
6+
paths:
7+
- 'backend/**'
68

79
env:
810
AZURE_FUNCTIONAPP_NAME: GetResumeCounter # set this to your function app name on Azure

backend/api/Counter.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,4 @@ public class Counter
99
[JsonProperty("count")]
1010
public int Count { get; set; }
1111
}
12-
13-
public class Counter2
14-
{
15-
[JsonProperty("id")]
16-
public string Id { get; set; }
17-
[JsonProperty("count")]
18-
public int Count { get; set; }
19-
}
2012
}

0 commit comments

Comments
 (0)