Skip to content

Commit

Permalink
github action for master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Mar 5, 2024
1 parent 0f0f909 commit 6382925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-revela.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "Build revela"
on:
push:
branches:
- dev
- master
tags:
- 'v[0-9]+.*'

Expand All @@ -30,7 +30,7 @@ jobs:
fetch-depth: 1000

- name: Build
uses: "verichains/revela/.github/actions/build-revela@dev"
uses: "verichains/revela/.github/actions/build-revela@master"
with:
target: ${{ matrix.target }}
release_dir: "/tmp/revela-release"
Expand Down

0 comments on commit 6382925

Please sign in to comment.