Skip to content

Commit

Permalink
fix: allow prs made by actions to run on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
flakey5 committed Oct 11, 2023
1 parent 3fcba3e commit 7d9f755
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Lint Checks (ESLint / Prettier)

on:
pull_request:
types:
- ready_for_review
- synchronize
- labeled
branches:
- main

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Tests

on:
pull_request:
types:
- ready_for_review
- synchronize
- labeled
branches:
- main

Expand Down

0 comments on commit 7d9f755

Please sign in to comment.