Skip to content

Commit

Permalink
Merge pull request #35 from ethangreen-dev/fix-workflow-again
Browse files Browse the repository at this point in the history
fix ga workflow trigger by removing branch check
  • Loading branch information
ethangreen-dev authored May 15, 2024
2 parents 7f05d70 + deed638 commit 6d0ed95
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Check that current branch is master
if: github.ref != 'refs/heads/master'
run: exit -1

# Yes, this is the lazy way of doing it. Am I lazy? Yes.
- name: Create draft release
env:
Expand Down

0 comments on commit 6d0ed95

Please sign in to comment.