Skip to content

Commit

Permalink
Execute test workflow on PRs for develop branches
Browse files Browse the repository at this point in the history
  • Loading branch information
chmp committed Sep 1, 2024
1 parent ac8bcaf commit d99cbee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"workflow_dispatch": {},
"pull_request": {
"branches": [
"main"
"main",
"develop-*"
],
"types": [
"opened",
Expand Down
2 changes: 1 addition & 1 deletion x.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"on": {
"workflow_dispatch": {},
"pull_request": {
"branches": ["main"],
"branches": ["main", "develop-*"],
"types": [
"opened",
"edited",
Expand Down

0 comments on commit d99cbee

Please sign in to comment.