Compare commits
2 Commits
4
.github/workflows/push_main.yml
vendored
4
.github/workflows/push_main.yml
vendored
@@ -4,8 +4,8 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
#paths:
|
||||
#- "TimetableDesigner.Backend.Events**"
|
||||
paths:
|
||||
- "TimetableDesigner.Backend.Events**"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@@ -4,5 +4,5 @@ namespace TimetableDesigner.Backend.Events;
|
||||
|
||||
public abstract class EventQueue
|
||||
{
|
||||
internal abstract void Setup(IServiceCollection services);
|
||||
public abstract void Setup(IServiceCollection services);
|
||||
}
|
||||
Reference in New Issue
Block a user