diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1fe4058d..5b15d230 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,7 +4,7 @@ name: CDEvents on: # Triggers the workflow on push or pull request events but only for the main branch pull_request: - branches: [ main ] + branches: [ main, spec-v* ] ############### # Set the Job #