chore: Updated github actions template
This commit is contained in:
parent
ad39171e15
commit
97cdd35615
1 changed files with 9 additions and 1 deletions
|
@ -1,6 +1,14 @@
|
||||||
name: Unit tests - {{ Pattern }}
|
name: Unit tests - {{ Pattern }}
|
||||||
|
|
||||||
on: [pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- develop
|
||||||
|
- main
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- develop
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue