Skip to content

Commit

Permalink
chore: run tests on pr (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xflotus authored Oct 11, 2024
1 parent 670b01c commit 93f778e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: test-ip2d
run-name: Testing ip2d
on: [push]
on:
push:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 93f778e

Please sign in to comment.