Skip to content

Commit

Permalink
fix(ci): run tests on pushes to main (not master) (#1821)
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer authored May 8, 2024
1 parent ad5a928 commit 0b39910
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- ".github/workflows/backend-tests.yml"
push:
branches:
- master
- main
workflow_dispatch:

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- ".github/workflows/website-tests.yml"
push:
branches:
- master
- main
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit 0b39910

Please sign in to comment.