Skip to content

Commit

Permalink
Merge pull request #15 from BitGo/fix-release-workflow
Browse files Browse the repository at this point in the history
fix: change trigger of release workflow to master
  • Loading branch information
ericcrosson-bitgo authored Dec 19, 2024
2 parents 37a39d4 + 9d0bd60 commit 586b878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Generate Release
on:
push:
branches:
- main
- master
paths:
- 'api.yaml'

Expand Down

0 comments on commit 586b878

Please sign in to comment.