Branch out 3.0.x
- Change workflows to work with new branch and remove ones not needed in branches.
This commit is contained in:
4
.github/workflows/mongodb.yml
vendored
4
.github/workflows/mongodb.yml
vendored
@@ -4,12 +4,12 @@ on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- 3.0.x
|
||||
paths-ignore:
|
||||
- '.github/**'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- 3.0.x
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user