Skip to content

Commit

Permalink
feat: trigger action by push
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfg committed Apr 16, 2024
1 parent d28877c commit 4aade91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prefect-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Build an Image and Deploy a Prefect flow
on:
workflow_dispatch:
# push:
# branches:
# - main
push:
branches:
- main

jobs:
deploy_flow:
Expand Down

0 comments on commit 4aade91

Please sign in to comment.