Skip to content

Commit

Permalink
Fix build on merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jlurena committed Jul 11, 2023
1 parent 5a5039e commit b54ca27
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
name: Build and Push

on:
push:
pull_request_target:
types:
- closed
branches:
- master
jobs:
build:
if: github.event.pull_request.merged == true
name: Build and Push
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit b54ca27

Please sign in to comment.