Skip to content

Commit

Permalink
chore: run forge CI automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
ARR4N committed Mar 23, 2024
1 parent aeff68f commit e26c721
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/test.yml → .github/workflows/forge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: test
name: forge

on: workflow_dispatch
on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

env:
FOUNDRY_PROFILE: ci
Expand All @@ -10,7 +15,7 @@ jobs:
strategy:
fail-fast: true

name: Foundry project
name: SWAP2
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e26c721

Please sign in to comment.