Skip to content

Commit

Permalink
to branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Tortillaguy committed Feb 15, 2024
1 parent 6e09c76 commit 7657484
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-branch.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Build Library

on:
pull_request:
push:
branches: '*'


jobs:
Expand All @@ -27,7 +28,6 @@ jobs:
run: |
git config --global user.name "${{ github.actor }}"
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
git pull
git add -f dist/
git commit -m "Automated build by ${{github.sha}}"
git push origin HEAD:${{github.head_ref}}
git push

0 comments on commit 7657484

Please sign in to comment.