Skip to content

Commit

Permalink
feat: update CI (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ducthotran2010 authored Sep 29, 2023
1 parent 2c508c8 commit eae2ada
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
name: test

on: workflow_dispatch
on:
push:
branches:
- mainnet
- testnet
- 'feature/*'
- 'features/*'
pull_request:
branches:
- mainnet
- testnet
- 'feature/*'
- 'features/*'

env:
FOUNDRY_PROFILE: ci
Expand Down

0 comments on commit eae2ada

Please sign in to comment.