trigger test workflow on branch v1

This commit is contained in:
Sina Atalay 2024-02-19 20:41:47 +01:00
parent 077300a0e5
commit ae7d0f5f79
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@ name: Test and report coverage
# GitHub events that triggers the workflow: # GitHub events that triggers the workflow:
on: on:
push: push:
branches: ["main", "dev"] branches: ["main", "dev", "v1"]
pull_request: pull_request:
branches: ["main", "dev"] branches: ["main", "dev", "v1"]
workflow_call: workflow_call:
# The workflow: # The workflow: