Update main.yml (run tests on branches)

This commit is contained in:
Roland Stahn
2025-06-03 13:18:11 +02:00
committed by GitHub
parent d20dca34ab
commit b1d0e36aa3
+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 # Triggers the workflow on push or pull request events but only for the master branch
on: on:
push: push:
branches: [ master ] branches: [ master, rstahn-patch-* ]
pull_request: pull_request:
branches: [ master ] branches: [ master ]