Skip to content

Commit

Permalink
Rename master to main in GitHub Actions (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
skejserjensen authored Oct 27, 2023
1 parent ed5d7f9 commit a046864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-unittest-on-pr-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Python unittest

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

jobs:
python_unittest:
Expand Down

0 comments on commit a046864

Please sign in to comment.