Skip to content

Commit

Permalink
Exclude CONTRIBUTING.md to trigger workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
waffiqaziz authored Nov 27, 2024
1 parent 46e020b commit 361e900
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unit_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ name: Unit Testing
on:
push:
paths-ignore:
- 'CONTRIBUTING.md'
- 'README.md'
pull_request:
paths-ignore:
- 'CONTRIBUTING.md'
- 'README.md'

jobs:
Expand Down Expand Up @@ -37,4 +39,4 @@ jobs:
path: app/build/reports/tests/testDebugUnitTest/

- name: Build with Gradle Wrapper
run: ./gradlew assembleDebug --stacktrace
run: ./gradlew assembleDebug --stacktrace

0 comments on commit 361e900

Please sign in to comment.