Update main.yml

Remove trigger for branch rstahn-patch-1 for final PR
This commit is contained in:
Roland Stahn
2025-06-13 12:45:11 +02:00
committed by GitHub
parent 6f2a234dca
commit ad9ce635c3
+1 -1
View File
@@ -6,7 +6,7 @@ name: CI
# Triggers the workflow on push or pull request events but only for the master branch
on:
push:
branches: [ master, rstahn-patch-* ]
branches: [ master ]
pull_request:
branches: [ master ]