Browse Source

Don't test certain changes

pull/1/head
Scott Lahteine 5 years ago
parent
commit
127fb9860c
  1. 5
      .github/workflows/test-builds.yml

5
.github/workflows/test-builds.yml

@ -10,6 +10,11 @@ on:
branches: branches:
- bugfix-2.0.x - bugfix-2.0.x
- dev-2.1.x - dev-2.1.x
paths-ignore:
- config/**
- data/**
- docs/**
- '**/*.md'
jobs: jobs:
test_builds: test_builds:

Loading…
Cancel
Save