Branch out 3.0.x

- Change workflows to work with new branch and
  remove ones not needed in branches.
This commit is contained in:
Janne Valkealahti
2021-03-28 16:01:34 +01:00
parent 6fd8c3630d
commit 9657bb2181
7 changed files with 8 additions and 173 deletions

View File

@@ -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: