Disable paths filter in GitHub Actions workflow

Comment out the paths section in push_main.yml
This commit is contained in:
2026-01-15 22:05:04 +01:00
committed by GitHub
Unverified
parent e4fca24176
commit afe914c3ff

View File

@@ -4,8 +4,8 @@ on:
push: push:
branches: branches:
- "main" - "main"
paths: #paths:
- "TimetableDesigner.Backend.Events**" #- "TimetableDesigner.Backend.Events**"
jobs: jobs:
build: build: