Merge pull request #234 from netbox-community/test-pr

Enable push workflow for PRs
This commit is contained in:
Christian Mäder 2020-01-31 09:18:31 +01:00 committed by GitHub
commit ce74e94cbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ on:
push:
branches-ignore:
- release
pull_request:
branches-ignore:
- release
jobs:
build: