Skip to content

Commit

Permalink
Compile locally, update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tzumby committed Mar 1, 2023
1 parent 310426d commit b34506e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- update-rustler-version-in-cargo
tags:
- '*'

Expand Down Expand Up @@ -65,4 +64,4 @@ jobs:
with:
files: |
${{ steps.build-crate.outputs.file-path }}
if: startsWith(github.ref, 'refs/heads/main') || startsWith(github.ref, 'refs/tags/') || startsWith(github.ref, 'refs/heads/update-rustler-version-in-cargo')
if: startsWith(github.ref, 'refs/tags/')
8 changes: 4 additions & 4 deletions native/exkeccak/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b34506e

Please sign in to comment.