Skip to content

Commit

Permalink
Add CI for pushed commits (#18549)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb authored Jul 5, 2020
1 parent 81cc803 commit 2266a4c
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 2266a4c

Please sign in to comment.