chore: 🔧 👷 code style in workflows
This commit is contained in:
5
.github/workflows/checks.yml
vendored
5
.github/workflows/checks.yml
vendored
@@ -7,7 +7,10 @@ on:
|
||||
- main
|
||||
- changeset-release/main
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
types:
|
||||
- opened
|
||||
- synchronize
|
||||
- reopened
|
||||
|
||||
jobs:
|
||||
linting:
|
||||
|
||||
5
.github/workflows/deploy-preview.yml
vendored
5
.github/workflows/deploy-preview.yml
vendored
@@ -5,7 +5,10 @@ on:
|
||||
branches:
|
||||
- changeset-release/main
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
types:
|
||||
- opened
|
||||
- synchronize
|
||||
- reopened
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
||||
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -2,7 +2,9 @@ name: ▲ Deploy
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: [🧪 Code checking, 🎉 Release]
|
||||
workflows:
|
||||
- 🧪 Code checking
|
||||
- 🎉 Release
|
||||
types:
|
||||
- completed
|
||||
branches:
|
||||
|
||||
4
.github/workflows/release-preview.yml
vendored
4
.github/workflows/release-preview.yml
vendored
@@ -2,7 +2,9 @@ name: 👷 Release preview
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: [🧪 Code checking, 🦋 Release branch]
|
||||
workflows:
|
||||
- 🧪 Code checking
|
||||
- 🦋 Release branch
|
||||
types:
|
||||
- completed
|
||||
branches:
|
||||
|
||||
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -2,7 +2,8 @@ name: 🎉 Release
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: [🧪 Code checking]
|
||||
workflows:
|
||||
- 🧪 Code checking
|
||||
types:
|
||||
- completed
|
||||
branches:
|
||||
|
||||
Reference in New Issue
Block a user