Skip to content

Commit

Permalink
Make dev workflow to manually
Browse files Browse the repository at this point in the history
  • Loading branch information
EveryFine committed May 18, 2024
1 parent e5087c3 commit 6e17777
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Genius AI Dev Deploy
on:
push:
branches: [ "dev" ]
pull_request:
branches: [ "dev" ]
# push:
# branches: [ "dev" ]
# pull_request:
# branches: [ "dev" ]
workflow_dispatch

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 6e17777

Please sign in to comment.