Skip to content

Commit

Permalink
[skipci] Update build.yml
Browse files Browse the repository at this point in the history
- Disable Transifex PR trigger
- Added back Discord notification with sarisia/action-status-discord and nightly.link
  • Loading branch information
bagusnl authored Oct 13, 2023
1 parent 3903a23 commit c829101
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
branches-ignore:
- 'translations_**'
# schedule:
# - cron: '0 0 * * 0' # At 00:00 on Sunday

Expand Down Expand Up @@ -76,3 +77,15 @@ jobs:
with:
name: collapse_${{ matrix.platform }}-${{ matrix.configuration }}_${{ matrix.framework }}_${{ github.sha }}
path: ./CollapseLauncher/preview-build/

- name: Notify Discord
uses: sarisia/actions-status-discord@latest
if: always()
continue-on-error: true
with:
webhook: ${{ secrets.DISCORD_WEBHOOK_NIGHTLY }}
title: New canary build is ready!
status: ${{ job.status }}
description: |
Commit `${{ github.sha }}` by ${{ github.actor }}
Click [here](https://nightly.link/quassel/quassel/actions/runs/${{ github.run_id }}) to download!

0 comments on commit c829101

Please sign in to comment.