Skip to content

Commit

Permalink
Merge pull request #17 from pyiron/rename_to_main
Browse files Browse the repository at this point in the history
Rename primary branch to main
  • Loading branch information
jan-janssen authored Feb 22, 2023
2 parents 30ac10d + ce19f8e commit 3e9d539
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy

on:
push:
branches: [ master ]
branches: [ main ]

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

on:
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
build_linux:
Expand Down

0 comments on commit 3e9d539

Please sign in to comment.