Testing Framwork #17

Merged
an.di merged 83 commits from adilallo/enhancement/TestingFramework2 into main 2025-09-03 18:50:40 +00:00
Showing only changes of commit bead0c7373 - Show all commits
+3 -2
View File
@@ -4,9 +4,10 @@ run-name: ${{ gitea.actor }} triggered CI pipeline
on:
workflow_dispatch: {}
push:
branches: [main, develop, "fix-runner-trigger"]
branches: [main, develop] # only direct pushes/merges to protected branches
pull_request:
branches: [main, develop]
branches: [main, develop] # PRs into main/develop
types: [opened, reopened, synchronize]
jobs:
canary: