We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 434e687 commit 0b7d16eCopy full SHA for 0b7d16e
.github/workflows/pipeline.yml
@@ -4,9 +4,9 @@ on:
4
push:
5
tags:
6
- 'v[0-9]+.[0-9]+.[0-9]+'
7
- # pull_request:
8
- # paths:
9
- # - 'code/**'
+ pull_request:
+ paths:
+ - 'code/**'
10
11
jobs:
12
build:
code/Executable/Worker.cs
@@ -7,7 +7,6 @@ public class Worker : BackgroundService
public Worker(ILogger<Worker> logger)
{
_logger = logger;
-
}
13
protected override async Task ExecuteAsync(CancellationToken stoppingToken)
0 commit comments