Update workflow to trigger on push to main
Add push trigger for unit tests on main branch
This commit is contained in:
parent
3af709097e
commit
72f01a1638
|
|
@ -1,6 +1,8 @@
|
|||
name: Unit Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ 'main' ]
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened, ready_for_review]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue