Skip to content

Commit

Permalink
Generate builds only for commits to the master branch.
Browse files Browse the repository at this point in the history
Take 2.
  • Loading branch information
AnotherCommander authored Jan 11, 2022
1 parent cdde5b5 commit ca776c1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,8 @@ jobs:
# run: |
# Get-ChildItem -Path "$env:GITHUB_WORKSPACE" –Recurse

# deploy:
# runs-on: windows-latest
# needs: build
# if: github.ref == 'refs/heads/master'
# steps:
- name: Create Release
if: github.ref == 'refs/heads/master'
id: create_release
uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand Down

0 comments on commit ca776c1

Please sign in to comment.