ci: trigger cicd start on all branch pushes
All checks were successful
CICD Start / Sanity and Base Decision (push) Successful in 21s
All checks were successful
CICD Start / Sanity and Base Decision (push) Successful in 21s
This commit is contained in:
@@ -2,7 +2,7 @@ name: CICD Start
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main, develop ]
|
||||
branches: [ '**' ]
|
||||
pull_request:
|
||||
branches: [ main, develop ]
|
||||
workflow_dispatch:
|
||||
|
||||
Reference in New Issue
Block a user