Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
try manual release
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasMassart committed Jan 24, 2022
1 parent 872557a commit 79a8837
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
release:
types: [published]
branches: [main]
workflow_dispatch:

jobs:
deploy:
Expand All @@ -15,8 +16,8 @@ jobs:
contents: read
# secrets are not usable from outside ConsenSys org
# The workflow will then be disabled for non ConsenSys repositories to prevent useless failure.
# Restricting to refs/heads/main here to prevent workflow_dispatch to run on another branch
if: github.event.repository.fork == false && github.repository_owner == 'ConsenSys'
# Restricting to refs/tags/* here to prevent workflow_dispatch to run on another branch
if: github.event.repository.fork == false && github.repository_owner == 'ConsenSys' && startsWith(github.ref, 'refs/tags/')
steps:
- name: checkout code from repos
uses: actions/checkout@v2
Expand Down

0 comments on commit 79a8837

Please sign in to comment.