Skip to content

Commit

Permalink
ci: re-enable CI workflow for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmichalis committed Jun 5, 2024
1 parent d8d5731 commit b2d83cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: faucet tests
on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
test:
Expand Down

0 comments on commit b2d83cd

Please sign in to comment.