Skip to content

Commit

Permalink
So close, so far
Browse files Browse the repository at this point in the history
  • Loading branch information
timkelty committed Aug 11, 2023
1 parent 8d0b745 commit ae46a59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ env:
BUILD_PLATFORMS: linux/amd64, linux/arm64

jobs:
echo:
run: |
echo "{{ toJSON(github.event) }}"
echo "{{ toJSON(github.event_name) }}"
build-php-images:
name: Build PHP images
if: github.event.push
Expand Down

0 comments on commit ae46a59

Please sign in to comment.