Skip to content

Workflow updates and standardized pre-commit changes and configurations added #2

Workflow updates and standardized pre-commit changes and configurations added

Workflow updates and standardized pre-commit changes and configurations added #2

Workflow file for this run

name: Call Push Workflow
on:
pull_request:
branches-ignore:
- main # Runs only on non-main branches
types:
- opened # When a new PR is opened
- synchronize # When a new commit is pushed to the PR branch
jobs:
call-push:
uses: splunk-soar-connectors/.github/.github/workflows/push.yml@main