Skip to content

Commit

Permalink
Disable auto workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
ravikiranchollangi authored Oct 11, 2024
1 parent 62894c4 commit f6717c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/alert.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: 'Alert'
on:
workflow_dispatch:
push:
branches:
- main
# push:
# branches:
# - main
jobs:
alert:
if: ${{ github.repository == 'os-fpga/Raptor' }}
Expand Down

0 comments on commit f6717c5

Please sign in to comment.