Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
ci: update triggle event (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 authored Mar 11, 2024
1 parent 850156e commit cd2a4b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Deploy development

on:
pull_request:
workflow_dispatch:

jobs:
deploy-package:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy-stg.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Deploy staging

on:
push:
branches: [main]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit cd2a4b9

Please sign in to comment.