Skip to content

Commit 1f2652e

Browse files
ci(contracts): run workflows on prs
1 parent 9d9e094 commit 1f2652e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/contracts-ecdsa.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Solidity ECDSA
22

33
on:
4+
pull_request:
5+
branches:
6+
- main
47
# We intend to use `workflow dispatch` in two different situations/paths:
58
# 1. If a workflow will be manually dispatched from branch named
69
# `dapp-development`, workflow will deploy the contracts on the selected

.github/workflows/contracts-random-beacon.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Solidity Random Beacon
22

33
on:
4+
pull_request:
5+
branches:
6+
- main
47
# We intend to use `workflow dispatch` in two different situations/paths:
58
# 1. If a workflow will be manually dispatched from branch named
69
# `dapp-development`, workflow will deploy the contracts on the selected

0 commit comments

Comments
 (0)