Skip to content

Commit 5f6ee07

Browse files
committed
workflow update
1 parent 6960980 commit 5f6ee07

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
git diff --exit-code src || ( \
4848
git config user.name github-actions && \
4949
git config user.email [email protected] && \
50-
git add src && \
50+
git add . && \
5151
git commit -m "tidy" && \
5252
git fetch --unshallow origin ${{ github.head_ref || github.ref_name }} && \
5353
git push origin HEAD:${{ github.head_ref || github.ref_name }} \

.gitignore

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
resources
2-
composer.lock
3-
vendor
4-
*~
5-
coverage.xml
6-
public/assets
1+
.phptidy-cache
72
.phpunit.result.cache
3+
*.log
4+
*~
85
app
6+
composer.lock
7+
coverage.xml
8+
DOCKER_ENV
9+
docker_tag
10+
resources
11+
vendor

0 commit comments

Comments
 (0)