Skip to content

Commit

Permalink
Unit Tests Workflow: Enable for documentation-only PRs (#28696)
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Feb 4, 2021
1 parent dcaf3ab commit 8cfbfb0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: Unit Tests

# Since Unit Tests are required to pass for each PR,
# we cannot disable them for documentation-only changes.
on:
pull_request:
paths-ignore:
- '**.md'
push:
branches: [master, wp-trunk]
paths-ignore:
- '**.md'

jobs:
unit-js:
Expand Down

0 comments on commit 8cfbfb0

Please sign in to comment.