Skip to content

Commit

Permalink
Catch up q1 release (#356)
Browse files Browse the repository at this point in the history
* chore: upgrade to follow-redirects@1.14.7 (#337)

resolves dependabot warning

* chore: catch develop up with main (#354)

* feat: add canary for CLI Codegen UI functionality against beta and latest tags (#331)

* feat: allow running canaries manually from GH (#333)

* chore: enable check workflow on all feature and release branches (#355)

Co-authored-by: Dane Pilcher <dppilche@amazon.com>
  • Loading branch information
alharris-at and dpilch committed Jan 25, 2022
1 parent 9700bdd commit 0c6f714
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Check

on:
push:
branches: [main, develop]
branches: [main, develop, feature/*, tagged-release/*]
pull_request:
branches: [main, develop]
branches: [main, develop, feature/*, tagged-release/*]

jobs:
amplify-cli-tests:
Expand Down

0 comments on commit 0c6f714

Please sign in to comment.