Skip to content

Commit

Permalink
fix branch name for running tests on push
Browse files Browse the repository at this point in the history
  • Loading branch information
rkeiii committed Mar 4, 2024
1 parent 9d6aa24 commit 07a55f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Test

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

Expand Down

0 comments on commit 07a55f7

Please sign in to comment.