Skip to content

Commit

Permalink
chore: adding paths ignore to pull request as well as on push (#2186)
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
  • Loading branch information
chatton and crodriguezvega committed Sep 19, 2022
1 parent 57e518c commit 036c09e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Tests / E2E
on:
workflow_dispatch:
pull_request:
paths-ignore:
- "docs/**"
- "**.md"
- "LICENSE"
push:
branches:
- main
Expand Down

0 comments on commit 036c09e

Please sign in to comment.