Skip to content

Commit

Permalink
Remove release workflow for feature branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Sep 27, 2024
1 parent ac7bb1d commit 6dabf29
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ on:
push:
branches:
- master
- feature/*


jobs:
release:
name: Release
Expand All @@ -23,8 +22,7 @@ jobs:

- name: Install Flow CLI
# We will need Flow CLI in order to run tests, so we need to install it
# run: sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)"
run: sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/feature/stable-cadence/install.sh)"
run: sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/refs/heads/master/install.sh)"

- name: Install Dependencies
run: npm ci
Expand Down

0 comments on commit 6dabf29

Please sign in to comment.