Skip to content

Commit

Permalink
Merge pull request flucoma#97 from jamesb93/enhance/pr-ci-trigger
Browse files Browse the repository at this point in the history
Trigger compilation from CI on PRs
  • Loading branch information
James Bradbury authored Dec 11, 2021
2 parents 0c5a7e5 + 3b8825f commit 5a0374a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Nightly Releases
on:
push:
branches: [ dev, ci/automatic-building ]
pull_request:
branches: [ dev ]

jobs:
docs:
Expand Down Expand Up @@ -109,6 +111,7 @@ jobs:
path: release-packaging/FluidCorpusManipulation/

release:
if: ${{ github.ref == 'refs/heads/dev' }}
runs-on: ubuntu-latest
needs: [winbuild, macbuild, docs]

Expand Down

0 comments on commit 5a0374a

Please sign in to comment.