Skip to content

Commit

Permalink
update branch name to trigger all job runs on push to main (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
RRosio authored Sep 19, 2024
1 parent 131118d commit 6dfb169
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Check Release
on:
push:
branches: ["master"]
branches: ["main"]
pull_request:
branches: ["*"]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Testing nbclassic
on:
push:
branches:
- master
- main
pull_request:

jobs:
Expand Down

0 comments on commit 6dfb169

Please sign in to comment.