ci: 👷 deploy and check code in release branch
This commit is contained in:
1
.github/workflows/checks.yml
vendored
1
.github/workflows/checks.yml
vendored
@@ -5,6 +5,7 @@ on:
|
||||
branches:
|
||||
- dev
|
||||
- main
|
||||
- changeset-release/main
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
|
||||
2
.github/workflows/deploy-preview.yml
vendored
2
.github/workflows/deploy-preview.yml
vendored
@@ -3,7 +3,7 @@ name: ▲ Deploy preview
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
- changeset-release/main
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
|
||||
2
.github/workflows/release-preview.yml
vendored
2
.github/workflows/release-preview.yml
vendored
@@ -6,7 +6,7 @@ on:
|
||||
types:
|
||||
- completed
|
||||
branches:
|
||||
- dev
|
||||
- changeset-release/main
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
||||
Reference in New Issue
Block a user