Skip to content

Commit

Permalink
Merge pull request #474 from viperproject/reenable-nightly-builds
Browse files Browse the repository at this point in the history
Reenable nightly builds
  • Loading branch information
ArquintL authored Nov 15, 2024
2 parents b06979b + f594bb7 commit 513dd14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:

create-release:
# this job creates a nightly release or stable draft-release and adds viper-ide.vsix and Viper Tools as release assets
if: github.event_name == 'workflow_dispatch'
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'push' && github.ref == 'refs/heads/master' }}
needs: build-and-test
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 513dd14

Please sign in to comment.