Skip to content

Commit

Permalink
Update preprod cd to launch on push to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
leihuayi committed Aug 4, 2023
1 parent b5a5567 commit ab39cbc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/preprod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
on: workflow_dispatch
on:
push:
branches:
- develop
workflow_dispatch:
name: CI for preprod
jobs:
build-push:
Expand Down

0 comments on commit ab39cbc

Please sign in to comment.