Skip to content

Commit

Permalink
Merge pull request #143 from mikeee/workflow-fix
Browse files Browse the repository at this point in the history
chore: rename master to main
  • Loading branch information
mikeee authored Mar 19, 2024
2 parents 30f8c3f + 94719ca commit a9bdb9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: dapr-rust-sdk
on:
push:
branches:
- master
- main
- release-*
tags:
- v*
pull_request:
branches:
- master
- main
- release-*

env:
Expand Down

0 comments on commit a9bdb9e

Please sign in to comment.