Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-zimerman committed Jan 31, 2024
1 parent 2c3db40 commit de7ac62
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/e2e.yml
Expand Up @@ -13,6 +13,15 @@ on:
- '.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md'
- '.github/workflows/**.yml' #for testing
pull_request:
paths-ignore:
- '.prettierignore'
- 'CHANGELOG.md'
- 'README.md'
- '.github/CODEOWNERS'
- '.github/pull_request_template.md'
- '.github/ISSUE_TEMPLATE/BUG_REPORT.md'
- '.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md'
- '.github/workflows/**.yml' #for testing

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit de7ac62

Please sign in to comment.