Skip to content

Commit

Permalink
Adjust workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoopmann committed Feb 25, 2024
1 parent c4fe350 commit 494525f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: test

on: workflow_dispatch
on:
push:
branches:
- main
pull_request:

env:
MAINNET_RPC_URL: ${{ secrets.MAINNET_RPC_URL }}
Expand Down

0 comments on commit 494525f

Please sign in to comment.