Skip to content

Commit

Permalink
fix(workflows): change target branch in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuagraber committed Aug 22, 2023
1 parent 7f0437a commit a4e28ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Release
on:
push:
branches:
# Using feature branch for testing to avoid polluting main with a bunch of commits
- feature/create-release-action
- master

jobs:
setup:
Expand Down

0 comments on commit a4e28ed

Please sign in to comment.