Skip to content

Commit

Permalink
Remove automatic trigger for deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromxavier committed Mar 29, 2024
1 parent 044e0c0 commit bf56d59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Create & Deploy Sysimage

on:
workflow_dispatch:
push:
branches: '**'
# push:
# branches: '**'

jobs:
deploy:
Expand Down

0 comments on commit bf56d59

Please sign in to comment.