Skip to content

Commit

Permalink
ci(repo): don't merge main with alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
jwulf committed Apr 8, 2024
1 parent a1f4aa7 commit deb5456
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,25 +192,6 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
HUSKY: 0

- name: Checkout alpha branch
if: github.ref == 'refs/heads/main'
uses: actions/checkout@v2
with:
ref: alpha

- name: Merge main into alpha
if: github.ref == 'refs/heads/main'
run: |
git fetch origin main
git merge origin/main
- name: Push changes
if: github.ref == 'refs/heads/main'
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: alpha

- name: Deploy Docs
if: github.ref == 'refs/heads/main'
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit deb5456

Please sign in to comment.