Skip to content

Commit

Permalink
Fix nightly build for master branch
Browse files Browse the repository at this point in the history
Signed-off-by: Pol Henarejos <[email protected]>
  • Loading branch information
polhenarejos committed Sep 30, 2024
1 parent 4bea47f commit 3b083f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
refs: [main, development]
refs: [master, development]
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit 3b083f9

Please sign in to comment.