Skip to content

Commit

Permalink
chore: run CI workflow on pushes to develop and release-related branc…
Browse files Browse the repository at this point in the history
…hes (#740)
  • Loading branch information
achou11 authored Sep 25, 2024
1 parent 8567774 commit e9d9099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: [main]
branches: [develop, 'release/**']
pull_request:
# By default, a workflow only runs when a pull_request's activity type is
# opened, synchronize, or reopened. Adding ready_for_review here ensures
Expand Down

0 comments on commit e9d9099

Please sign in to comment.