Skip to content

Commit

Permalink
.github/workflows: Update branch name after rename
Browse files Browse the repository at this point in the history
The master branch was renamed to 'main', update the selftest workflow
definition to match.

Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
  • Loading branch information
tohojo committed Jan 14, 2025
1 parent 780b666 commit 5493093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/selftests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Run test suite

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

jobs:
tests:
Expand Down

0 comments on commit 5493093

Please sign in to comment.