Skip to content

Commit 0b7d16e

Browse files
committed
test
1 parent 434e687 commit 0b7d16e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
push:
55
tags:
66
- 'v[0-9]+.[0-9]+.[0-9]+'
7-
# pull_request:
8-
# paths:
9-
# - 'code/**'
7+
pull_request:
8+
paths:
9+
- 'code/**'
1010

1111
jobs:
1212
build:

code/Executable/Worker.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ public class Worker : BackgroundService
77
public Worker(ILogger<Worker> logger)
88
{
99
_logger = logger;
10-
1110
}
1211

1312
protected override async Task ExecuteAsync(CancellationToken stoppingToken)

0 commit comments

Comments
 (0)