Enable GitHub Actions for 3.0 branch

gh-pages
grossmj 4 years ago
parent f20e16074f
commit af30361f72

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

Loading…
Cancel
Save