Skip to content

Commit

Permalink
Update contracts-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aahna-ashina authored Feb 28, 2024
1 parent aafee5d commit 7e86aad
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/contracts-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Smart Contracts CI

on:
workflow_dispatch:
push:
branches: ["main"]
pull_request:
Expand All @@ -10,8 +9,10 @@ on:
jobs:
test:
strategy:
fail-fast: true
runs-on: ubuntu-latest
matrix:
os: [ubuntu-latest, windows-latest]
node-version: [18.x, 20.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
runs-on: ${{ matrix.os }}
defaults:
run:
working-directory: ./packages/contracts
Expand Down

0 comments on commit 7e86aad

Please sign in to comment.