Skip to content

Commit

Permalink
g
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisTsai-Csie committed Jan 6, 2024
1 parent 222e53e commit 01cabe0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Foundry Testing

on:
push:
branches:
- '*'

env:
FOUNDRY_PROFILE: ci
Expand All @@ -19,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
tokens: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
Expand Down

0 comments on commit 01cabe0

Please sign in to comment.