We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a309199 commit bcf26c7Copy full SHA for bcf26c7
.github/workflows/cd_gradle.yml
@@ -4,6 +4,8 @@ on:
4
workflow_dispatch:
5
push:
6
branches: [ "develop" ]
7
+ paths-ignore:
8
+ - '**/*.md'
9
10
permissions:
11
contents: read
.github/workflows/ci_gradle.yml
@@ -3,6 +3,8 @@ name: CI
3
on:
pull_request:
@@ -29,7 +31,7 @@ jobs:
29
31
shell: bash
30
32
33
- name: Start Docker Compose
- run: docker-compose -f docker-compose-test.yml up -d
34
+ run: docker compose up -d
35
36
- name: Grant execute permission for gradlew
37
run: chmod +x gradlew
0 commit comments