Skip to content

Commit

Permalink
Update branches in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
LSYS committed Apr 6, 2023
1 parent 30f1eef commit aab2b7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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", "docs", "patch", "feature", "nodrawci" ]
branches: [ "main", "docs", "patch", "feature", "mplot" ]
pull_request:
branches: [ "main" ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Notebooks

on:
push:
branches: [ "main", "patch", "feature", "nodrawci" ]
branches: [ "main", "patch", "feature", "mplot" ]
pull_request:
branches: [ "main" ]

Expand Down

0 comments on commit aab2b7d

Please sign in to comment.