Skip to content

Commit

Permalink
automatically upload CI builds of weka-master branch (instead of `m…
Browse files Browse the repository at this point in the history
…aster` branch) to Github
  • Loading branch information
JohanEngelen committed Oct 26, 2022
1 parent 6982945 commit 9b6229c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:

upload-to-github:
name: Upload to GitHub
if: startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/master'
if: startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/weka-master'
runs-on: ubuntu-latest
timeout-minutes: 30
needs:
Expand Down

0 comments on commit 9b6229c

Please sign in to comment.