Skip to content

Commit

Permalink
Merge pull request #2 from SolarLiner/feat/update-dependencies
Browse files Browse the repository at this point in the history
Feat/update dependencies
  • Loading branch information
SolarLiner authored Nov 25, 2023
2 parents 9db3689 + 24dda7c commit 483e6e7
Show file tree
Hide file tree
Showing 24 changed files with 2,622 additions and 1,167 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- '*.*.*'
pull_request:
branches:
- master
- main

defaults:
run:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: Tests
on:
push:
branches:
- '**'
- main
tags:
# Run when pushing version tags, since otherwise it's impossible to
# restart a successful build after pushing a tag
- '*.*.*'
pull_request:
branches:
- master
- main

defaults:
run:
Expand Down
Loading

0 comments on commit 483e6e7

Please sign in to comment.