Skip to content

Commit

Permalink
Add workflow file (for pre-testing reproducible builds).
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Dec 27, 2023
1 parent 11d3eb1 commit 67bb8e1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/on_pull_request_build_contracts.yml.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: On pull request, build contracts

on:
pull_request:

permissions:
contents: write

jobs:
build:
uses: multiversx/mx-sc-actions/.github/workflows/[email protected]
with:
image_tag: v4.2.0-beta.0

0 comments on commit 67bb8e1

Please sign in to comment.