Skip to content

Commit

Permalink
ci: add paths-ignore to workflows (oblador#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianMazur authored Oct 26, 2024
1 parent d9efd7c commit 281f143
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/e2e_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@ on:
push:
branches:
- master
paths-ignore:
- 'README.md'
- 'website/**'
pull_request:
branches:
- master
paths-ignore:
- 'README.md'
- 'website/**'

jobs:
build-android:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/gradle_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@ on:
push:
branches:
- master
paths-ignore:
- 'README.md'
- 'website/**'
pull_request:
branches:
- master
paths-ignore:
- 'README.md'
- 'website/**'

jobs:
build:
Expand Down

0 comments on commit 281f143

Please sign in to comment.