Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kampi authored and jakkra committed Jul 24, 2024
1 parent a669b84 commit 1003c78
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Build

on:
push:
pull_request:
pull_request_target:
types:
- closed

jobs:
build:
Expand Down Expand Up @@ -81,4 +82,4 @@ jobs:
git commit -m "Add image from CI/CD action"
git remote set-url origin https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
echo https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
git push origin ${{ github.base_ref }}
git push origin ${{ github.base_ref }}

0 comments on commit 1003c78

Please sign in to comment.