Workflow updates and standardized pre-commit changes and configurations added #2
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |