Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
viatrix committed Dec 9, 2024
1 parent e48e600 commit 7046c7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
on: [pull_request, push]
on: [pull_request]
name: Linter check

jobs:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Test

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

Expand Down Expand Up @@ -45,4 +44,4 @@ jobs:
- name: Hardhat Tests
run: |
yarn test

0 comments on commit 7046c7d

Please sign in to comment.