diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index cbdf2b2..61573d4 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -7,7 +7,10 @@ on: - main - changeset-release/main pull_request: - types: [opened, synchronize, reopened] + types: + - opened + - synchronize + - reopened jobs: linting: diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 3534823..f3673ef 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -5,7 +5,10 @@ on: branches: - changeset-release/main pull_request: - types: [opened, synchronize, reopened] + types: + - opened + - synchronize + - reopened jobs: deploy: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6fdbc85..e5890d0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,9 @@ name: โ–ฒ Deploy on: workflow_run: - workflows: [๐Ÿงช Code checking, ๐ŸŽ‰ Release] + workflows: + - ๐Ÿงช Code checking + - ๐ŸŽ‰ Release types: - completed branches: diff --git a/.github/workflows/release-preview.yml b/.github/workflows/release-preview.yml index 7685e45..7e613fe 100644 --- a/.github/workflows/release-preview.yml +++ b/.github/workflows/release-preview.yml @@ -2,7 +2,9 @@ name: ๐Ÿ‘ท Release preview on: workflow_run: - workflows: [๐Ÿงช Code checking, ๐Ÿฆ‹ Release branch] + workflows: + - ๐Ÿงช Code checking + - ๐Ÿฆ‹ Release branch types: - completed branches: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b6e409a..5759bdd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,8 @@ name: ๐ŸŽ‰ Release on: workflow_run: - workflows: [๐Ÿงช Code checking] + workflows: + - ๐Ÿงช Code checking types: - completed branches: