changed branch labels
This commit is contained in:
parent
53f0cefd04
commit
b574632bb6
11 changed files with 43 additions and 35 deletions
|
@ -3,9 +3,10 @@ name: Check Misskey JS version
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- beta
|
- main
|
||||||
- io
|
- dev
|
||||||
- host
|
- demo
|
||||||
|
- bug/workflows
|
||||||
paths:
|
paths:
|
||||||
- packages/misskey-js/package.json
|
- packages/misskey-js/package.json
|
||||||
- package.json
|
- package.json
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
name: Publish Docker image (io)
|
name: Publish Docker image (demo)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- io
|
- demo
|
||||||
tags:
|
tags:
|
||||||
- '**-io.*'
|
- '**-demo.*'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
push_to_registry:
|
push_to_registry:
|
||||||
name: Push Docker image to GitHub Container Registry
|
name: Push Docker image to GitHub Container Registry
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-latest
|
||||||
if: github.repository == 'MisskeyIO/misskey'
|
if: github.repository == 'MisskeyIO/misskey'
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repo
|
- name: Check out the repo
|
|
@ -1,15 +1,15 @@
|
||||||
name: Publish Docker image (beta)
|
name: Publish Docker image (dev)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- beta
|
- dev
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
push_to_registry:
|
push_to_registry:
|
||||||
name: Push Docker image to GitHub Container Registry
|
name: Push Docker image to GitHub Container Registry
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-latest
|
||||||
if: github.repository == 'MisskeyIO/misskey'
|
if: github.repository == 'MisskeyIO/misskey'
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repo
|
- name: Check out the repo
|
|
@ -1,17 +1,17 @@
|
||||||
name: Publish Docker image (host)
|
name: Publish Docker image (demo)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- host
|
- demo
|
||||||
tags:
|
tags:
|
||||||
- '**-host.*'
|
- '**-demo.*'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
push_to_registry:
|
push_to_registry:
|
||||||
name: Push Docker image to GitHub Container Registry
|
name: Push Docker image to GitHub Container Registry
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-latest
|
||||||
if: github.repository == 'MisskeyIO/misskey'
|
if: github.repository == 'MisskeyIO/misskey'
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repo
|
- name: Check out the repo
|
7
.github/workflows/dockle.yml
vendored
7
.github/workflows/dockle.yml
vendored
|
@ -3,9 +3,10 @@ name: Dockle
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- beta
|
- main
|
||||||
- io
|
- dev
|
||||||
- host
|
- demo
|
||||||
|
- bug/workflows
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
7
.github/workflows/lint.yml
vendored
7
.github/workflows/lint.yml
vendored
|
@ -3,9 +3,10 @@ name: Lint
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- beta
|
- main
|
||||||
- io
|
- dev
|
||||||
- host
|
- demo
|
||||||
|
- bug/workflows
|
||||||
paths:
|
paths:
|
||||||
- packages/backend/**
|
- packages/backend/**
|
||||||
- packages/frontend/**
|
- packages/frontend/**
|
||||||
|
|
7
.github/workflows/test-backend.yml
vendored
7
.github/workflows/test-backend.yml
vendored
|
@ -3,9 +3,10 @@ name: Test (backend)
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- beta
|
- main
|
||||||
- io
|
- dev
|
||||||
- host
|
- demo
|
||||||
|
- bug/workflows
|
||||||
paths:
|
paths:
|
||||||
- packages/backend/**
|
- packages/backend/**
|
||||||
# for permissions
|
# for permissions
|
||||||
|
|
7
.github/workflows/test-frontend.yml
vendored
7
.github/workflows/test-frontend.yml
vendored
|
@ -3,9 +3,10 @@ name: Test (frontend)
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- beta
|
- main
|
||||||
- io
|
- dev
|
||||||
- host
|
- demo
|
||||||
|
- bug/workflows
|
||||||
paths:
|
paths:
|
||||||
- packages/frontend/**
|
- packages/frontend/**
|
||||||
# for permissions
|
# for permissions
|
||||||
|
|
7
.github/workflows/test-misskey-js.yml
vendored
7
.github/workflows/test-misskey-js.yml
vendored
|
@ -6,9 +6,10 @@ name: Test (misskey.js)
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- beta
|
- main
|
||||||
- io
|
- dev
|
||||||
- host
|
- demo
|
||||||
|
- bug/workflows
|
||||||
paths:
|
paths:
|
||||||
- packages/misskey-js/**
|
- packages/misskey-js/**
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
7
.github/workflows/test-production.yml
vendored
7
.github/workflows/test-production.yml
vendored
|
@ -3,9 +3,10 @@ name: Test (production install and build)
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- beta
|
- main
|
||||||
- io
|
- dev
|
||||||
- host
|
- demo
|
||||||
|
- bug/workflows
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
7
.github/workflows/validate-api-json.yml
vendored
7
.github/workflows/validate-api-json.yml
vendored
|
@ -3,9 +3,10 @@ name: Test (backend)
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- beta
|
- main
|
||||||
- io
|
- dev
|
||||||
- host
|
- demo
|
||||||
|
- bug/workflows
|
||||||
paths:
|
paths:
|
||||||
- packages/backend/**
|
- packages/backend/**
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
Loading…
Reference in a new issue