Skip to content

Commit

Permalink
Add CI for pushed commits
Browse files Browse the repository at this point in the history
Co-Authored-By: thisiskeithb <13375512+thisiskeithb@users.noreply.github.com>
  • Loading branch information
thinkyhead and thisiskeithb committed Jul 5, 2020
1 parent 481b8ff commit 697ef26
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ on:
- data/**
- docs/**
- '**/*.md'
push:
branches:
- bugfix-2.0.x
paths-ignore:
- config/**
- data/**
- docs/**
- '**/*.md'

jobs:
test_builds:
Expand Down

0 comments on commit 697ef26

Please sign in to comment.