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:

View File

@@ -1,23 +0,0 @@
name: Labels Manage
on:
push:
branches:
- 'master'
paths:
- '.github/labels-manage.yml'
- '.github/workflows/label-manage.yml'
workflow_dispatch:
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Mangle Labels
uses: crazy-max/ghaction-github-labeler@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
yaml-file: .github/labels-manage.yml
dry-run: false
skip-delete: false

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:

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:

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: