Skip to content

Commit

Permalink
Enable github actions on dev-4.0.0 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Jan 31, 2021
1 parent de8ce8b commit c316356
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: Python package

on:
push:
branches: [ master ]
branches:
- master
- dev-4.0.0
pull_request:
branches: [ master ]
branches:
- master
- dev-4.0.0

jobs:
build:
Expand Down

0 comments on commit c316356

Please sign in to comment.