-
Notifications
You must be signed in to change notification settings - Fork 710
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing Tests Build & Adding Release Trigger constraints (#122)
* CI/CD Cleanup - Removed the build step from tests, should speed up the workflow - Added a branch specific trigger for Release, should only work on PRs closed to main - Removed the Changeset PR workflow, Release workflow will handle everything needed for changesets * Create swift-beers-mix.md
- Loading branch information
1 parent
ce2ef20
commit 3c5725f
Showing
2 changed files
with
8 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
wrangler: patch | ||
--- | ||
|
||
CI/CD Cleanup | ||
- Removed the build step from tests, which should speed up the "Tests" Workflow. | ||
- Added a branch specific trigger for "Release", now the Workflow for "Release" should only work on PRs closed to `main` | ||
- Removed the "Changeset PR" Workflow. Now the "Release" Workflow will handle everything needed for Changesets. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters