Unverified Commit 31b7dc02 authored by Stan Kladko's avatar Stan Kladko Committed by GitHub

Merge pull request #215 from skalenetwork/enhancment/SKALE-3534-small-github-actions-improvements

SKALE-3534-small-improvements
parents e79b3d64 3a3da41d
......@@ -37,7 +37,10 @@ jobs:
- name: test
run: python3 scripts/docker_test.py DockerfileSimulation sgxwalletsim
- name: deploy docker image
if: contains(github.ref, 'develop') || contains(github.ref, 'beta') || contains(github.ref, 'master') || contains(github.ref, 'stable')
if: |
contains(github.ref, 'develop') || contains(github.ref, 'beta') ||
contains(github.ref, 'master') || contains(github.ref, 'stable') ||
contains(github.ref, 'SECURE_ENCLAVE_CHANGES')
run : |
export BRANCH=${GITHUB_REF##*/}
echo "Branch $BRANCH"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment