mirror of https://github.com/eyhc1/rendercv.git
trigger test workflow on branch v1
This commit is contained in:
parent
077300a0e5
commit
ae7d0f5f79
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue