Skip to content

Commit

Permalink
Do not run nightly build on closed pull requests (#96)
Browse files Browse the repository at this point in the history
Nightly build will run if pull requests are merged to master branch.

Co-authored-by: Alexander Dippe <info@dippe-it.de>
  • Loading branch information
dippeal and Alexander Dippe committed Dec 26, 2023
1 parent 27f0b3b commit 0d12fe2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/nightly-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
- master
tags-ignore:
- '**'
pull_request:
types:
- closed

jobs:
build:
Expand Down

0 comments on commit 0d12fe2

Please sign in to comment.