Skip to content

Commit

Permalink
retarget to develop now that it appears to be working properly
Browse files Browse the repository at this point in the history
  • Loading branch information
TShapinsky committed Feb 14, 2025
1 parent b3fcb3f commit b133eff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- develop
- main
- ts/dev-release
release:
types:
- published
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
# deploy development distribution with changes to develop
deploy-dev-dist:
needs: testing
if: github.ref == 'refs/heads/ts/dev-release' && github.event_name == 'push'
if: github.ref == 'refs/heads/develop' && github.event_name == 'push'
runs-on: ubuntu-latest
steps:
- name: checkout
Expand Down

0 comments on commit b133eff

Please sign in to comment.