Skip to content

Commit 361e900

Browse files
authored
Exclude CONTRIBUTING.md to trigger workflows
1 parent 46e020b commit 361e900

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/unit_testing.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ name: Unit Testing
33
on:
44
push:
55
paths-ignore:
6+
- 'CONTRIBUTING.md'
67
- 'README.md'
78
pull_request:
89
paths-ignore:
10+
- 'CONTRIBUTING.md'
911
- 'README.md'
1012

1113
jobs:
@@ -37,4 +39,4 @@ jobs:
3739
path: app/build/reports/tests/testDebugUnitTest/
3840

3941
- name: Build with Gradle Wrapper
40-
run: ./gradlew assembleDebug --stacktrace
42+
run: ./gradlew assembleDebug --stacktrace

0 commit comments

Comments
 (0)