Skip to content

Commit

Permalink
Update rebuild workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Jun 6, 2024
1 parent b6132f2 commit d9cd270
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/rebuild_phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ name: PHP Preprocess and Commit
on:
push:
branches:
- main
- trunk
pull_request:
branches:
- main
- trunk

jobs:
Expand All @@ -18,7 +13,7 @@ jobs:
- name: Setup SSH Keys
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.GH_DEPLOY_KEY }}
ssh-private-key: ${{ secrets.GITHUB_TOKEN }}

- name: Checkout repository
uses: actions/checkout@v3
Expand Down
Binary file added preprocess-wxr.phar
Binary file not shown.

0 comments on commit d9cd270

Please sign in to comment.