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:
branches:
- "main"
paths:
- "TimetableDesigner.Backend.Events**"
#paths:
#- "TimetableDesigner.Backend.Events**"
jobs:
build: