Skip to content

Commit

Permalink
Enable workflow execution on spec-v* branches
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Frittoli <andrea.frittoli@gmail.com>
  • Loading branch information
afrittoli committed May 13, 2024
1 parent c13a7bb commit dafea92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
Expand Down

0 comments on commit dafea92

Please sign in to comment.