Skip to content

Commit

Permalink
ci: remove push trigger for build + solhint actions
Browse files Browse the repository at this point in the history
  • Loading branch information
CallumGrindle committed Nov 1, 2021
1 parent cac909d commit ca7361c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
name: Node.js CI - Build + Test

on:
push:
branches:
- "main"
- "develop"
pull_request:
branches:
- "main"
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/solhint.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Solhint CI
on:
push:
branches:
- "*"
pull_request:
branches:
- "*"
Expand Down

0 comments on commit ca7361c

Please sign in to comment.