Skip to content

Commit 2e0a251

Browse files
create docker_action.yml file
1 parent bdc4647 commit 2e0a251

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/docker_compose.yml renamed to .github/workflows/docker_action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
name: Docker Compose
1+
name: Docker compose action
22

33
on:
44
push:
55
branches:
66
- master
7+
paths:
8+
- 'Dockerfile'
9+
- 'docker-compose.yml'
710

811
jobs:
912
build:

.github/workflows/phpunit.yml renamed to .github/workflows/phpunit_action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Laravel
1+
name: PHP Unit action
22

33
on:
44
push:

0 commit comments

Comments
 (0)