Skip to content

Commit

Permalink
Revert initial commit to view output of build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MNThomson committed Oct 13, 2023
1 parent 5996bc3 commit 911b90a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build & Release

on:
push:
branches: ["master", "max/fix-ci"]
branches: ["master"]

permissions:
contents: write
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
name: Release
runs-on: ubuntu-22.04
needs: build
if: github.ref == 'refs/heads/DOESNOTEXIST'
if: github.ref == 'refs/heads/master'
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down Expand Up @@ -105,7 +105,6 @@ jobs:
echo "SHOULD_RELEASE=yes" >> $GITHUB_ENV
fi
- name: Download binaries
uses: actions/download-artifact@v3
if: env.SHOULD_RELEASE == 'yes'
Expand Down

0 comments on commit 911b90a

Please sign in to comment.