Skip to content

Commit

Permalink
chore: Enable manual trigger for each workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
catch-21 committed May 9, 2024
1 parent 898a58a commit c7ea227
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-ios-macmini.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: e2e-ios-macmini

on: pull_request
on: pull_request:
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/jest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: tests

on: pull_request
on: pull_request:
workflow_dispatch:

jobs:
tests:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/lint-check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: lint-check

on: pull_request
on: pull_request:
workflow_dispatch:

jobs:
eslint:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/type-check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: type-check

on: pull_request
on: pull_request:
workflow_dispatch:

jobs:
typescript:
Expand Down

0 comments on commit c7ea227

Please sign in to comment.