Skip to content

Commit

Permalink
Switch workflows to use paths-ignore and **.md (#23843)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaz authored Jul 9, 2020
1 parent d4bdb05 commit 8f95544
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/end2end-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: End-to-End Tests

on:
pull_request:
paths:
- '!**/*.md'
paths-ignore:
- '**.md'
push:
branches: [master]
paths:
- '!**/*.md'
paths-ignore:
- '**.md'

jobs:
admin-1:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Performances Tests

on: [pull_request]
paths:
- '!**/*.md'
paths-ignore:
- '**.md'

jobs:
performance:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rnmobile-android-runner.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: React Native E2E Tests (Android)

on: pull_request
paths:
- '!**/*.md'
paths-ignore:
- '**.md'

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rnmobile-ios-runner.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: React Native E2E Tests (iOS)
on: pull_request
paths:
- '!**/*.md'
paths-ignore:
- '**.md'

jobs:
test:
Expand Down

0 comments on commit 8f95544

Please sign in to comment.