Skip to content

Commit

Permalink
chore: 🦬 Fix CI Events
Browse files Browse the repository at this point in the history
  • Loading branch information
MorganeLecurieux authored and ansmonjol committed Sep 1, 2022
1 parent 3d0f69b commit 34974de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Run Codegen

on:
pull_request:
types: [review_requested, ready_for_review, synchronize]
types: [opened, reopened, review_requested, ready_for_review, synchronize]

jobs:
codegen:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: TestE2E

on:
pull_request:
types: [review_requested, ready_for_review, synchronize]
types: [opened, reopened, review_requested, ready_for_review, synchronize]

jobs:
cypress-run:
Expand Down

0 comments on commit 34974de

Please sign in to comment.