Skip to content

Commit

Permalink
Merge pull request #4 from lightclient/add-ci
Browse files Browse the repository at this point in the history
Add CI
  • Loading branch information
lightclient committed Mar 15, 2024
2 parents c604190 + 7550ae0 commit cfb9772
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: test

on: workflow_dispatch
on:
workflow_dispatch:
pull_request:
types: [opened, reopened]
push:

env:
FOUNDRY_PROFILE: ci
Expand Down

0 comments on commit cfb9772

Please sign in to comment.