chore: update workflows to trigger on push events instead of pull requests
This commit is contained in:
1
.github/workflows/cerberus-integration.yml
vendored
1
.github/workflows/cerberus-integration.yml
vendored
@@ -10,6 +10,7 @@ on:
|
||||
required: false
|
||||
type: string
|
||||
pull_request:
|
||||
push:
|
||||
|
||||
# Prevent race conditions when PR is updated mid-test
|
||||
# Cancels old test runs when new build completes with different SHA
|
||||
|
||||
Reference in New Issue
Block a user