Skip to content

Commit

Permalink
Update on preview workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
martian0x80 committed May 20, 2024
1 parent b49a4fd commit e0dbe7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/setup-predeploy-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
with:
message: Automated changes
add: 'public/*'
if: ${{ github.event_name == 'pull_request' }}
push: origin HEAD:${{ github.head_ref }}
- name: "Run if changes have been detected"
if: steps.add-and-commit.outputs.pushed == 'true'
run: echo "Changes pushed!"
Expand Down

0 comments on commit e0dbe7e

Please sign in to comment.