Enable GitHub Actions for 3.0 branch

gh-pages
grossmj 4 years ago
parent f20e16074f
commit af30361f72

@ -2,9 +2,13 @@ name: testing
on:
push:
branches: [ master ]
branches:
- master
- 3.0
pull_request:
branches: [ master ]
branches:
- master
- 3.0
jobs:
build:

Loading…
Cancel
Save