Browse Source

Add CI for pushed commits (#18549)

vanilla_fb_2.0.x
Keith Bennett 5 years ago
committed by GitHub
parent
commit
2266a4c68a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      .github/workflows/test-builds.yml

8
.github/workflows/test-builds.yml

@ -14,6 +14,14 @@ on:
- data/**
- docs/**
- '**/*.md'
push:
branches:
- bugfix-2.0.x
paths-ignore:
- config/**
- data/**
- docs/**
- '**/*.md'
jobs:
test_builds:

Loading…
Cancel
Save