ci: validate main pushes automatically
This commit is contained in:
@@ -3,6 +3,8 @@ name: Validators (Pull Requests Only)
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
push:
|
||||
branches: [ main ]
|
||||
workflow_dispatch:
|
||||
|
||||
# Phase 3: Validator pipeline
|
||||
@@ -220,7 +222,7 @@ jobs:
|
||||
validate-ui-and-storage:
|
||||
runs-on: ubuntu-latest
|
||||
needs: validate-core
|
||||
if: github.event_name != 'push'
|
||||
if: needs.validate-core.result == 'success'
|
||||
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
|
||||
Reference in New Issue
Block a user