Skip to content

Commit

Permalink
reset workflows back to develop (#1459)
Browse files Browse the repository at this point in the history
  • Loading branch information
mholtzman authored Feb 24, 2023
1 parent efa0593 commit 6bcdbe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and publish installer artifacts for all platforms
on:
push:
branches:
- '0.6'
- 'develop'

env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and publish canary release
on:
push:
branches:
- 'develop'
- 'canary'
workflow_dispatch:

env:
Expand Down

0 comments on commit 6bcdbe2

Please sign in to comment.