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 1ea4a0c commit 3ebd843
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions .github/workflows/buildandtest.yml
Expand Up @@ -5,10 +5,25 @@ on:
branches:
- main
- release/**
uses: ./.github/workflows/skip-ci.yml2
pull_request:
uses: ./.github/workflows/skip-ci.yml2

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
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
jobs:
job_test:
name: Test
Expand Down

0 comments on commit 3ebd843

Please sign in to comment.