Skip to content

Commit

Permalink
Make CI/CD run without merge to master
Browse files Browse the repository at this point in the history
  • Loading branch information
ezdac committed Apr 18, 2024
1 parent 12cda24 commit 36dae2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/blockchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ name: celo-blockchain CI/CD
run-name: celo-blockchain CI/CD for ${{ github.head_ref || github.ref_name }}

on:
workflow_dispatch:

push:
branches:
- master
- ezdac/release/1.8.3

pull_request:
branches:
Expand Down

0 comments on commit 36dae2d

Please sign in to comment.