Skip to content

Commit

Permalink
ci: remove files and include everything
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLicense committed Apr 5, 2024
1 parent e34448f commit 44c7803
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
- uses: tj-actions/changed-files@v44
id: changed-directories
with:
files: "/**"
files_ignore: ".github"
dir_names: true

Expand Down
2 changes: 0 additions & 2 deletions php/7.4/fpm-nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,3 @@ COPY www.conf /usr/local/etc/php-fpm.d/zzz-www.conf
EXPOSE 80

CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]

# Trigger CI.

0 comments on commit 44c7803

Please sign in to comment.