Skip to content

Commit

Permalink
Merge branch 'master' into isolatePaths
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardDrummer authored Oct 24, 2024
2 parents 71afc8e + a38e8a4 commit d5cebea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ on:
workflow_dispatch:

jobs:
nightly-build-for-master:
nightly-build-for-4-9:
if: github.repository_owner == 'dafny-lang'
uses: ./.github/workflows/nightly-build-reusable.yml
with:
ref: master
ref: 4.9
publish-prerelease: true
secrets:
nuget_api_key: ${{ secrets.NUGET_API_KEY }}

0 comments on commit d5cebea

Please sign in to comment.