Skip to content

Commit

Permalink
#39 fix: public php workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Aug 3, 2024
1 parent d5b0e68 commit 82df70a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/php-docker-public.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Publish Docker image

on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
on: [push]

env:
DOCKER_ID: ${{ secrets.DOCKER_ID }}
Expand Down

0 comments on commit 82df70a

Please sign in to comment.