diff --git a/.github/workflows/alert.yml b/.github/workflows/alert.yml index ad72032c..2511a50e 100644 --- a/.github/workflows/alert.yml +++ b/.github/workflows/alert.yml @@ -1,9 +1,9 @@ name: 'Alert' on: workflow_dispatch: - push: - branches: - - main + # push: + # branches: + # - main jobs: alert: if: ${{ github.repository == 'os-fpga/Raptor' }}