Skip to content

Commit

Permalink
Rename GitHub workflow files
Browse files Browse the repository at this point in the history
GitHub workflow file names have been updated to better reflect their specific uses. The php workflow file has been divided into php-ols, php-fpm, and php-nginx to accurately represent different PHP configurations each file is meant for.
  • Loading branch information
nbejansen committed Apr 30, 2024
1 parent d4c3619 commit 3111ee3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php-fpm.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: php
name: php-fpm

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php-nginx.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: php
name: php-nginx

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php-ols.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: php
name: php-ols

on:
push:
Expand Down

0 comments on commit 3111ee3

Please sign in to comment.