Skip to content

Commit

Permalink
πŸ‘·β€β™‚οΈ Edit ci to autorun tests for PRs (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vectorized authored Apr 5, 2024
1 parent a659cff commit 21f0359
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
name: ci

on:
pull_request:
branches: [main]
paths:
- '**.sol'
- '**.yml'
push:
branches: [main]
paths:
- '**.sol'
- '**.yml'
Expand Down

0 comments on commit 21f0359

Please sign in to comment.