We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f3bc4 commit 176d519Copy full SHA for 176d519
.github/workflows/hardhat_test.yml
@@ -5,6 +5,8 @@ name: Hardhat Tests
5
# Controls when the workflow will run
6
on:
7
# Triggers the workflow on push or pull request events but only for the main branch
8
+ push:
9
+ branches: [ main ]
10
pull_request:
11
branches: [ main ]
12
0 commit comments