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:
|
||||
push:
|
||||
branches:
|
||||
- beta
|
||||
- io
|
||||
- host
|
||||
- main
|
||||
- dev
|
||||
- demo
|
||||
- bug/workflows
|
||||
paths:
|
||||
- packages/misskey-js/package.json
|
||||
- package.json
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
name: Publish Docker image (io)
|
||||
name: Publish Docker image (demo)
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- io
|
||||
- demo
|
||||
tags:
|
||||
- '**-io.*'
|
||||
- '**-demo.*'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
push_to_registry:
|
||||
name: Push Docker image to GitHub Container Registry
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'MisskeyIO/misskey'
|
||||
steps:
|
||||
- name: Check out the repo
|
|
@ -1,15 +1,15 @@
|
|||
name: Publish Docker image (beta)
|
||||
name: Publish Docker image (dev)
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- beta
|
||||
- dev
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
push_to_registry:
|
||||
name: Push Docker image to GitHub Container Registry
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'MisskeyIO/misskey'
|
||||
steps:
|
||||
- name: Check out the repo
|
|
@ -1,17 +1,17 @@
|
|||
name: Publish Docker image (host)
|
||||
name: Publish Docker image (demo)
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- host
|
||||
- demo
|
||||
tags:
|
||||
- '**-host.*'
|
||||
- '**-demo.*'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
push_to_registry:
|
||||
name: Push Docker image to GitHub Container Registry
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'MisskeyIO/misskey'
|
||||
steps:
|
||||
- name: Check out the repo
|
7
.github/workflows/dockle.yml
vendored
7
.github/workflows/dockle.yml
vendored
|
@ -3,9 +3,10 @@ name: Dockle
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- beta
|
||||
- io
|
||||
- host
|
||||
- main
|
||||
- dev
|
||||
- demo
|
||||
- bug/workflows
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
|
7
.github/workflows/lint.yml
vendored
7
.github/workflows/lint.yml
vendored
|
@ -3,9 +3,10 @@ name: Lint
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- beta
|
||||
- io
|
||||
- host
|
||||
- main
|
||||
- dev
|
||||
- demo
|
||||
- bug/workflows
|
||||
paths:
|
||||
- packages/backend/**
|
||||
- packages/frontend/**
|
||||
|
|
7
.github/workflows/test-backend.yml
vendored
7
.github/workflows/test-backend.yml
vendored
|
@ -3,9 +3,10 @@ name: Test (backend)
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- beta
|
||||
- io
|
||||
- host
|
||||
- main
|
||||
- dev
|
||||
- demo
|
||||
- bug/workflows
|
||||
paths:
|
||||
- packages/backend/**
|
||||
# for permissions
|
||||
|
|
7
.github/workflows/test-frontend.yml
vendored
7
.github/workflows/test-frontend.yml
vendored
|
@ -3,9 +3,10 @@ name: Test (frontend)
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- beta
|
||||
- io
|
||||
- host
|
||||
- main
|
||||
- dev
|
||||
- demo
|
||||
- bug/workflows
|
||||
paths:
|
||||
- packages/frontend/**
|
||||
# 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:
|
||||
push:
|
||||
branches:
|
||||
- beta
|
||||
- io
|
||||
- host
|
||||
- main
|
||||
- dev
|
||||
- demo
|
||||
- bug/workflows
|
||||
paths:
|
||||
- packages/misskey-js/**
|
||||
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:
|
||||
push:
|
||||
branches:
|
||||
- beta
|
||||
- io
|
||||
- host
|
||||
- main
|
||||
- dev
|
||||
- demo
|
||||
- bug/workflows
|
||||
pull_request:
|
||||
|
||||
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:
|
||||
push:
|
||||
branches:
|
||||
- beta
|
||||
- io
|
||||
- host
|
||||
- main
|
||||
- dev
|
||||
- demo
|
||||
- bug/workflows
|
||||
paths:
|
||||
- packages/backend/**
|
||||
pull_request:
|
||||
|
|
Loading…
Reference in a new issue