Skip to content

Commit

Permalink
Merge pull request #24 from innFactory/refactor/preparePublish
Browse files Browse the repository at this point in the history
fix: change master to main
  • Loading branch information
MoeQuadrat authored Aug 11, 2022
2 parents a57a2ee + fd6b9d0 commit dac4774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Scala Build CI
on:
push:
branches:
- master
- main
- develop
pull_request:
branches:
- master
- main
- develop
jobs:
build:
Expand Down

0 comments on commit dac4774

Please sign in to comment.