Skip to content

Commit

Permalink
ci: Test modified plugins in the release branches
Browse files Browse the repository at this point in the history
- Previously was only running on main
  • Loading branch information
mofojed committed Jun 14, 2024
1 parent bbce797 commit 72bb5eb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/modified-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: Test Modified Plugin

on:
pull_request:
branches: [main]
branches:
- main
- 'release/**'
push:
branches: [main]
branches:
- main
- 'release/**'
tags:
- 'plotly-express-v*'
- 'plotly-v*'
Expand Down

0 comments on commit 72bb5eb

Please sign in to comment.