chore: 🔧 👷 code style in workflows

This commit is contained in:
Guz013
2023-07-07 15:17:05 -03:00
parent f5b43337a6
commit c0341eac68
5 changed files with 16 additions and 5 deletions

View File

@@ -7,7 +7,10 @@ on:
- main
- changeset-release/main
pull_request:
types: [opened, synchronize, reopened]
types:
- opened
- synchronize
- reopened
jobs:
linting:

View File

@@ -5,7 +5,10 @@ on:
branches:
- changeset-release/main
pull_request:
types: [opened, synchronize, reopened]
types:
- opened
- synchronize
- reopened
jobs:
deploy:

View File

@@ -2,7 +2,9 @@ name: ▲ Deploy
on:
workflow_run:
workflows: [🧪 Code checking, 🎉 Release]
workflows:
- 🧪 Code checking
- 🎉 Release
types:
- completed
branches:

View File

@@ -2,7 +2,9 @@ name: 👷 Release preview
on:
workflow_run:
workflows: [🧪 Code checking, 🦋 Release branch]
workflows:
- 🧪 Code checking
- 🦋 Release branch
types:
- completed
branches:

View File

@@ -2,7 +2,8 @@ name: 🎉 Release
on:
workflow_run:
workflows: [🧪 Code checking]
workflows:
- 🧪 Code checking
types:
- completed
branches: