fix(ci):
trigger workflow on all branch pushes and fix component tests setup
This commit is contained in:
@@ -2,7 +2,8 @@ name: CI
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ['*']
|
branches:
|
||||||
|
- '**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [dev, main]
|
branches: [dev, main]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user