Merge pull request #234 from netbox-community/test-pr
Enable push workflow for PRs
This commit is contained in:
commit
ce74e94cbb
3
.github/workflows/push.yml
vendored
3
.github/workflows/push.yml
vendored
@ -4,6 +4,9 @@ on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- release
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- release
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user