Skip to content

Commit

Permalink
fix: update branch name in CI workflow
Browse files Browse the repository at this point in the history
Changed the branch name from 'main' to 'master' in the CI configuration file to align with the repository's default branch naming convention.

Signed-off-by: Jens Oliver Meiert <[email protected]>
  • Loading branch information
j9t committed Aug 6, 2024
1 parent f9e6920 commit 1d3b49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Tests
on:
pull_request:
branches:
- main
- master

jobs:
test:
Expand Down

0 comments on commit 1d3b49a

Please sign in to comment.