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:
|
||||
push:
|
||||
branches: ['*']
|
||||
branches:
|
||||
- '**'
|
||||
pull_request:
|
||||
branches: [dev, main]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user